| Modifier and Type | Method and Description |
|---|---|
void |
ClusterStub.backuptoremote(AsyncCallback<Void> asyncCallback) |
void |
Cluster.backuptoremote(AsyncCallback<Void> asyncCallback)
Request one-time backup.
|
void |
ClusterStub.backuptoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.backuptoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Request one-time backup.
|
void |
BatchStub.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback) |
void |
Batch.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback)
Enables you to make multiple API requests using a single request.
|
void |
BatchStub.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
Batch.create(BatchRequest batchRequest,
Boolean atomic,
AsyncCallback<BatchResponse> asyncCallback,
InvocationConfig invocationConfig)
Enables you to make multiple API requests using a single request.
|
void |
UiViewsStub.create(View view,
AsyncCallback<View> asyncCallback) |
void |
UiViews.create(View view,
AsyncCallback<View> asyncCallback)
Creates a new View.
|
void |
UiViewsStub.create(View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.create(View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Creates a new View.
|
void |
UiViewsStub.delete(String viewId,
AsyncCallback<Void> asyncCallback) |
void |
UiViews.delete(String viewId,
AsyncCallback<Void> asyncCallback)
Delete View
|
void |
UiViewsStub.delete(String viewId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.delete(String viewId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete View
|
void |
ErrorResolverStub.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback) |
void |
ErrorResolver.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback)
Returns some metadata about the given error_id.
|
void |
ErrorResolverStub.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.get(String errorId,
AsyncCallback<ErrorResolverInfo> asyncCallback,
InvocationConfig invocationConfig)
Returns some metadata about the given error_id.
|
void |
InfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback) |
void |
Infra.get(String filter,
AsyncCallback<Infra> asyncCallback)
Read infra.
|
void |
InfraStub.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.get(String filter,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Read infra.
|
void |
Tasks.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback)
Get information about the specified task
|
void |
TasksStub.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback) |
void |
Tasks.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback,
InvocationConfig invocationConfig)
Get information about the specified task
|
void |
TasksStub.get(String taskId,
AsyncCallback<TaskProperties> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViewsStub.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback) |
void |
UiViews.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback)
If no query params are specified then all the views entitled for the user are
returned.
|
void |
UiViewsStub.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.get(String tag,
String viewIds,
String widgetId,
AsyncCallback<ViewList> asyncCallback,
InvocationConfig invocationConfig)
If no query params are specified then all the views entitled for the user are
returned.
|
void |
UiViewsStub.get0(String viewId,
AsyncCallback<View> asyncCallback) |
void |
UiViews.get0(String viewId,
AsyncCallback<View> asyncCallback)
Returns Information about a specific View.
|
void |
UiViewsStub.get0(String viewId,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.get0(String viewId,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Returns Information about a specific View.
|
void |
ErrorResolverStub.list(AsyncCallback<ErrorResolverInfoList> asyncCallback) |
void |
ErrorResolver.list(AsyncCallback<ErrorResolverInfoList> asyncCallback)
Returns a list of metadata for all the error resolvers registered.
|
void |
ErrorResolverStub.list(AsyncCallback<ErrorResolverInfoList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.list(AsyncCallback<ErrorResolverInfoList> asyncCallback,
InvocationConfig invocationConfig)
Returns a list of metadata for all the error resolvers registered.
|
void |
Tasks.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback)
Get information about all tasks
|
void |
TasksStub.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback) |
void |
Tasks.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback,
InvocationConfig invocationConfig)
Get information about all tasks
|
void |
TasksStub.list(String cursor,
String includedFields,
Long pageSize,
String requestUri,
Boolean sortAscending,
String sortBy,
String status,
String user,
AsyncCallback<TaskListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback)
Patch API at infra level can be used in two flavours 1.
|
void |
InfraStub.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.patch(Infra infra,
Boolean enforceRevisionCheck,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch API at infra level can be used in two flavours 1.
|
void |
ErrorResolverStub.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback) |
void |
ErrorResolver.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback)
Invokes the corresponding error resolver for the given error(s) present in the
payload
|
void |
ErrorResolverStub.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ErrorResolver.resolveerror(ErrorResolverMetadataList errorResolverMetadataList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Invokes the corresponding error resolver for the given error(s) present in the
payload
|
void |
ClusterStub.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback) |
void |
Cluster.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback)
Request one-time inventory summary.
|
void |
ClusterStub.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.summarizeinventorytoremote(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Request one-time inventory summary.
|
void |
InfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback) |
void |
Infra.update(Infra infra,
AsyncCallback<Infra> asyncCallback)
Update the infra including all the nested entities
|
void |
InfraStub.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Infra.update(Infra infra,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Update the infra including all the nested entities
|
void |
UiViewsStub.update(String viewId,
View view,
AsyncCallback<View> asyncCallback) |
void |
UiViews.update(String viewId,
View view,
AsyncCallback<View> asyncCallback)
Update View
|
void |
UiViewsStub.update(String viewId,
View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig) |
void |
UiViews.update(String viewId,
View view,
AsyncCallback<View> asyncCallback,
InvocationConfig invocationConfig)
Update View
|
| Modifier and Type | Method and Description |
|---|---|
void |
RegistrationToken.create(AsyncCallback<RegistrationToken> asyncCallback)
The privileges of the registration token will be the same as the caller.
|
void |
RegistrationTokenStub.create(AsyncCallback<RegistrationToken> asyncCallback) |
void |
RegistrationToken.create(AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig)
The privileges of the registration token will be the same as the caller.
|
void |
RegistrationTokenStub.create(AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback)
When assigning a user role, specify the user name with the same case as it
appears in vIDM to access the NSX-T user interface.
|
void |
RoleBindingsStub.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback) |
void |
RoleBindings.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
When assigning a user role, specify the user name with the same case as it
appears in vIDM to access the NSX-T user interface.
|
void |
RoleBindingsStub.create(RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.delete(String bindingId,
AsyncCallback<Void> asyncCallback)
Delete user/group's roles assignment
|
void |
RegistrationToken.delete(String token,
AsyncCallback<Void> asyncCallback)
Delete registration access token
|
void |
RegistrationTokenStub.delete(String token,
AsyncCallback<Void> asyncCallback) |
void |
RoleBindingsStub.delete(String bindingId,
AsyncCallback<Void> asyncCallback) |
void |
RoleBindings.delete(String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete user/group's roles assignment
|
void |
RegistrationToken.delete(String token,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete registration access token
|
void |
RegistrationTokenStub.delete(String token,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindingsStub.delete(String bindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback)
Delete object-permissions entries
|
void |
ObjectPermissionsStub.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback) |
void |
ObjectPermissions.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete object-permissions entries
|
void |
ObjectPermissionsStub.delete(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.deletestalebindings(AsyncCallback<Void> asyncCallback)
Delete all stale role assignments
|
void |
RoleBindingsStub.deletestalebindings(AsyncCallback<Void> asyncCallback) |
void |
RoleBindings.deletestalebindings(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete all stale role assignments
|
void |
RoleBindingsStub.deletestalebindings(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
UserInfo.get(AsyncCallback<UserInfo> asyncCallback)
Get information about logged-in user.
|
void |
UserInfoStub.get(AsyncCallback<UserInfo> asyncCallback) |
void |
UserInfo.get(AsyncCallback<UserInfo> asyncCallback,
InvocationConfig invocationConfig)
Get information about logged-in user.
|
void |
UserInfoStub.get(AsyncCallback<UserInfo> asyncCallback,
InvocationConfig invocationConfig) |
void |
RegistrationToken.get(String token,
AsyncCallback<RegistrationToken> asyncCallback)
Get registration access token
|
void |
RegistrationTokenStub.get(String token,
AsyncCallback<RegistrationToken> asyncCallback) |
void |
RegistrationToken.get(String token,
AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig)
Get registration access token
|
void |
RegistrationTokenStub.get(String token,
AsyncCallback<RegistrationToken> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback)
Get user/group's role information
|
void |
RoleBindingsStub.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback) |
void |
RoleBindings.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
Get user/group's role information
|
void |
RoleBindingsStub.get(String bindingId,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
void |
Roles.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback)
Get role information
|
void |
RolesStub.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback) |
void |
Roles.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback,
InvocationConfig invocationConfig)
Get role information
|
void |
RolesStub.get(String role,
AsyncCallback<RoleWithFeatures> asyncCallback,
InvocationConfig invocationConfig) |
void |
EffectivePermissions.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback)
Returns none if user doesn't have access or feature_name from required request
parameter is empty/invalid/doesn't match with object-path provided.
|
void |
EffectivePermissionsStub.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback) |
void |
EffectivePermissions.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback,
InvocationConfig invocationConfig)
Returns none if user doesn't have access or feature_name from required request
parameter is empty/invalid/doesn't match with object-path provided.
|
void |
EffectivePermissionsStub.get(String featureName,
String objectPath,
AsyncCallback<PathPermissionGroup> asyncCallback,
InvocationConfig invocationConfig) |
void |
Roles.list(AsyncCallback<RoleListResult> asyncCallback)
Get information about all roles
|
void |
RolesStub.list(AsyncCallback<RoleListResult> asyncCallback) |
void |
Roles.list(AsyncCallback<RoleListResult> asyncCallback,
InvocationConfig invocationConfig)
Get information about all roles
|
void |
RolesStub.list(AsyncCallback<RoleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback)
Get list of Object-level RBAC entries.
|
void |
ObjectPermissionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback) |
void |
ObjectPermissions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of Object-level RBAC entries.
|
void |
ObjectPermissionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Boolean inheritanceDisabled,
Long pageSize,
String pathPrefix,
String roleName,
Boolean sortAscending,
String sortBy,
AsyncCallback<ObjectRolePermissionGroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback)
Get all users and groups with their roles
|
void |
RoleBindingsStub.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback) |
void |
RoleBindings.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all users and groups with their roles
|
void |
RoleBindingsStub.list(String cursor,
String includedFields,
String name,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<RoleBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ObjectPermissions.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback)
Create/update object permission mappings
|
void |
ObjectPermissionsStub.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback) |
void |
ObjectPermissions.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create/update object permission mappings
|
void |
ObjectPermissionsStub.patch(ObjectRolePermissionGroup objectRolePermissionGroup,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoleBindings.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback)
Update User or Group's roles
|
void |
RoleBindingsStub.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback) |
void |
RoleBindings.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig)
Update User or Group's roles
|
void |
RoleBindingsStub.update(String bindingId,
RoleBinding roleBinding,
AsyncCallback<RoleBinding> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchStub.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback) |
void |
Search.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback)
Get all the users and groups from vIDM matching the search key case
insensitively.
|
void |
SearchStub.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Search.create(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the users and groups from vIDM matching the search key case
insensitively.
|
void |
GroupsStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback) |
void |
Groups.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback)
Get all the User Groups where vIDM display name matches the search key case
insensitively.
|
void |
Users.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback)
Get all the users from vIDM whose userName, givenName or familyName matches the
search key case insensitively.
|
void |
UsersStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback) |
void |
GroupsStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the User Groups where vIDM display name matches the search key case
insensitively.
|
void |
Users.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all the users from vIDM whose userName, givenName or familyName matches the
search key case insensitively.
|
void |
UsersStub.list(String searchString,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VidmInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
RestoreStub.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback) |
void |
Restore.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback)
Advance any currently suspended restore operation.
|
void |
RestoreStub.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.advance(AdvanceClusterRestoreRequest advanceClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Advance any currently suspended restore operation.
|
void |
RestoreStub.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback) |
void |
Restore.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback)
This operation is only valid when a restore is in suspended state.
|
void |
RestoreStub.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.cancel(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
This operation is only valid when a restore is in suspended state.
|
void |
Backups.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback)
Get SHA256 fingerprint of ECDSA key of remote server.
|
void |
BackupsStub.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback) |
void |
Backups.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback,
InvocationConfig invocationConfig)
Get SHA256 fingerprint of ECDSA key of remote server.
|
void |
BackupsStub.retrievesshfingerprint(RemoteServerFingerprintRequest remoteServerFingerprintRequest,
AsyncCallback<RemoteServerFingerprint> asyncCallback,
InvocationConfig invocationConfig) |
void |
RestoreStub.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback) |
void |
Restore.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback)
Retry any currently in-progress, failed restore operation.
|
void |
RestoreStub.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.retry(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Retry any currently in-progress, failed restore operation.
|
void |
RestoreStub.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback) |
void |
Restore.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
void |
RestoreStub.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.start(InitiateClusterRestoreRequest initiateClusterRestoreRequest,
AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Start the restore of an NSX cluster, from some previously backed-up
configuration.
|
void |
RestoreStub.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback) |
void |
Restore.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback)
Suspend any currently running restore operation.
|
void |
RestoreStub.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Restore.suspend(AsyncCallback<ClusterRestoreStatus> asyncCallback,
InvocationConfig invocationConfig)
Suspend any currently running restore operation.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Config.get(AsyncCallback<BackupConfiguration> asyncCallback)
Get a configuration of a file server and timers for automated backup.
|
void |
ConfigStub.get(AsyncCallback<BackupConfiguration> asyncCallback) |
void |
Config.get(AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get a configuration of a file server and timers for automated backup.
|
void |
ConfigStub.get(AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
HistoryStub.get(AsyncCallback<BackupOperationHistory> asyncCallback) |
void |
History.get(AsyncCallback<BackupOperationHistory> asyncCallback)
Get history of previous backup operations
|
void |
HistoryStub.get(AsyncCallback<BackupOperationHistory> asyncCallback,
InvocationConfig invocationConfig) |
void |
History.get(AsyncCallback<BackupOperationHistory> asyncCallback,
InvocationConfig invocationConfig)
Get history of previous backup operations
|
void |
StatusStub.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback) |
void |
Status.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback)
Get status of active backup operations
|
void |
StatusStub.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<CurrentBackupOperationStatus> asyncCallback,
InvocationConfig invocationConfig)
Get status of active backup operations
|
void |
Config.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback)
Configure file server and timers for automated backup.
|
void |
ConfigStub.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback) |
void |
Config.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Configure file server and timers for automated backup.
|
void |
ConfigStub.update(BackupConfiguration backupConfiguration,
AsyncCallback<BackupConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Config.get(AsyncCallback<RestoreConfiguration> asyncCallback)
Get configuration information for the file server used to store backed-up files.
|
void |
ConfigStub.get(AsyncCallback<RestoreConfiguration> asyncCallback) |
void |
Config.get(AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get configuration information for the file server used to store backed-up files.
|
void |
ConfigStub.get(AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Backuptimestamps.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback)
Returns timestamps for all backup files that are available on the SFTP server.
|
void |
BackuptimestampsStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback) |
void |
Backuptimestamps.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns timestamps for all backup files that are available on the SFTP server.
|
void |
BackuptimestampsStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ClusterBackupInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
InstructionResources.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback)
For restore operations requiring user input e.g.
|
void |
InstructionResourcesStub.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback) |
void |
InstructionResources.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
For restore operations requiring user input e.g.
|
void |
InstructionResourcesStub.get(String instructionId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ActionableResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Config.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback)
Configure file server where the backed-up files used for the Restore operation
are available.
|
void |
ConfigStub.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback) |
void |
Config.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Configure file server where the backed-up files used for the Restore operation
are available.
|
void |
ConfigStub.update(RestoreConfiguration restoreConfiguration,
AsyncCallback<RestoreConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatusStub.get(AsyncCallback<PolicyComplianceStatus> asyncCallback) |
void |
Status.get(AsyncCallback<PolicyComplianceStatus> asyncCallback)
Returns the compliance status and details of non compliant configuration
|
void |
StatusStub.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(AsyncCallback<PolicyComplianceStatus> asyncCallback,
InvocationConfig invocationConfig)
Returns the compliance status and details of non compliant configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ManagementStub.get(AsyncCallback<ManagementConfig> asyncCallback) |
void |
Management.get(AsyncCallback<ManagementConfig> asyncCallback)
Returns the NSX Management nodes global configuration.
|
void |
ManagementStub.get(AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Management.get(AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig)
Returns the NSX Management nodes global configuration.
|
void |
ManagementStub.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback) |
void |
Management.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback)
Modifies the NSX Management nodes global configuration.
|
void |
ManagementStub.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Management.update(ManagementConfig managementConfig,
AsyncCallback<ManagementConfig> asyncCallback,
InvocationConfig invocationConfig)
Modifies the NSX Management nodes global configuration.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback)
Create a Service Definition on given enforcement point.
|
void |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Create a Service Definition on given enforcement point.
|
void |
ServiceDefinitionsStub.create(String enforcementPointId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceDefinitions.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.delete(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback)
Read Service Definition with given service-definition-id.
|
void |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Read Service Definition with given service-definition-id.
|
void |
ServiceDefinitionsStub.get(String enforcementPointId,
String serviceDefinitionId,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback)
List all Service Definitions registered on given enforcement point.
|
void |
ServiceDefinitionsStub.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback) |
void |
ServiceDefinitions.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
List all Service Definitions registered on given enforcement point.
|
void |
ServiceDefinitionsStub.list(String enforcementPointId,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback)
Update an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
ServiceDefinitions.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Update an existing Service Definition on the given enforcement point.
|
void |
ServiceDefinitionsStub.update(String enforcementPointId,
String serviceDefinitionId,
ServiceDefinition serviceDefinition,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Accept.create(AsyncCallback<Void> asyncCallback)
Accept end user license agreement
|
void |
AcceptStub.create(AsyncCallback<Void> asyncCallback) |
void |
Accept.create(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Accept end user license agreement
|
void |
AcceptStub.create(AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Acceptance.get(AsyncCallback<EULAAcceptance> asyncCallback)
Return the acceptance status of end user license agreement
|
void |
AcceptanceStub.get(AsyncCallback<EULAAcceptance> asyncCallback) |
void |
Acceptance.get(AsyncCallback<EULAAcceptance> asyncCallback,
InvocationConfig invocationConfig)
Return the acceptance status of end user license agreement
|
void |
AcceptanceStub.get(AsyncCallback<EULAAcceptance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContentStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback) |
void |
Content.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback)
Return the content of end user license agreement in the specified format.
|
void |
ContentStub.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback,
InvocationConfig invocationConfig) |
void |
Content.get(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String valueFormat,
AsyncCallback<EULAContent> asyncCallback,
InvocationConfig invocationConfig)
Return the content of end user license agreement in the specified format.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Resources.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback)
This API provides field names of attributes in NSX types that are owned by
Policy, as opposed to those owned by the enforcement point.
|
void |
ResourcesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback) |
void |
Resources.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback,
InvocationConfig invocationConfig)
This API provides field names of attributes in NSX types that are owned by
Policy, as opposed to those owned by the enforcement point.
|
void |
ResourcesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<ResourceInfoListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DraftsStub.abort(String draftId,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.abort(String draftId,
AsyncCallback<Void> asyncCallback)
If there is a failure during publish, the admin can choose to abort the
publishing attempts.
|
void |
DraftsStub.abort(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.abort(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If there is a failure during publish, the admin can choose to abort the
publishing attempts.
|
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSessionTimerProfiles.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback)
API will delete Firewall Session Timer Profile
|
void |
FloodProtectionProfilesStub.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback) |
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX DFW Profile.
|
void |
ServiceChainsStub.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 configuration
|
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback) |
void |
Crls.delete(String crlId,
AsyncCallback<Void> asyncCallback)
Deletes an existing CRL.
|
void |
IpBlocks.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback)
Delete the IpAddressBlock with the given id.
|
void |
MacDiscoveryProfiles.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback)
API will delete Mac Discovery profile.
|
void |
SegmentSecurityProfiles.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback)
API will delete segment security profile with the given id.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback)
Delete IPv6 DAD profile
|
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback)
Delete the DNS Forwarder Zone
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback) |
void |
Reactions.delete(String reactionId,
AsyncCallback<Void> asyncCallback)
Delete a Reaction under Infra.
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IPSec tunnel Profile.
|
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DnsSecurityProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentSecurityProfilesStub.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpDiscoveryProfiles.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback)
API will delete IP Discovery profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback)
Delete Tier-0
|
void |
MacDiscoveryProfilesStub.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring profile.
|
void |
IpPools.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback)
Delete the IpAddressPool with the given id.
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback) |
void |
Domains.delete(String domainId,
AsyncCallback<Void> asyncCallback)
Delete the domain along with all the entities contained by this domain.
|
void |
Constraints.delete(String constraintId,
AsyncCallback<Void> asyncCallback)
Delete tenant constraint.
|
void |
SpoofguardProfilesStub.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfiles.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback)
API will delete Flood Protection Profile
|
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom dead peer detection (DPD) profile.
|
void |
QosProfiles.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback)
API will delete QoS profile.
|
void |
Certificates.delete(String certificateId,
AsyncCallback<Void> asyncCallback)
Removes the specified certificate.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpPoolsStub.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX L2 Profile.
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback)
Delete a manual draft.
|
void |
SpoofguardProfiles.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback)
API will delete SpoofGuard profile with the given id.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX dfw collector profile.
|
void |
Labels.delete(String labelId,
AsyncCallback<Void> asyncCallback)
Delete PolicyLabel object
|
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP server configuration
|
void |
DomainsStub.delete(String domainId,
AsyncCallback<Void> asyncCallback) |
void |
CertificatesStub.delete(String certificateId,
AsyncCallback<Void> asyncCallback) |
void |
IpBlocksStub.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback) |
void |
ReactionsStub.delete(String reactionId,
AsyncCallback<Void> asyncCallback) |
void |
CrlsStub.delete(String crlId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpDiscoveryProfilesStub.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback)
Delete DHCP relay configuration
|
void |
DnsSecurityProfiles.delete(String profileId,
AsyncCallback<Void> asyncCallback)
Delete DNS security profile
|
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX collector profile.
|
void |
ConstraintsStub.delete(String constraintId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback)
Delete IPv6 NDRA profile
|
void |
QosProfilesStub.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback)
Delete custom IKE Profile.
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
LabelsStub.delete(String labelId,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSessionTimerProfilesStub.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceChains.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback)
This API can be user to delete service chain with given service-chain-id.
|
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback) |
void |
ServicesStub.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfiles.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile
|
void |
FloodProtectionProfilesStub.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.delete(String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service
|
void |
DhcpRelayConfigsStub.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfiles.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX DFW Profile.
|
void |
ServiceChainsStub.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier1s.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 configuration
|
void |
DhcpServerConfigsStub.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZonesStub.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.delete(String crlId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes an existing CRL.
|
void |
IpBlocks.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressBlock with the given id.
|
void |
MacDiscoveryProfiles.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Mac Discovery profile.
|
void |
SegmentSecurityProfiles.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile with the given id.
|
void |
Ipv6DadProfiles.delete(String dadProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 DAD profile
|
void |
Tier0sStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.delete(String dnsForwarderZoneId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the DNS Forwarder Zone
|
void |
IpfixDfwCollectorProfilesStub.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.delete(String reactionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Reaction under Infra.
|
void |
IpsecVpnTunnelProfiles.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IPSec tunnel Profile.
|
void |
IpfixL2CollectorProfilesStub.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfilesStub.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfilesStub.delete(String segmentSecurityProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete IP Discovery profile.
|
void |
Tier0s.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0
|
void |
MacDiscoveryProfilesStub.delete(String macDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring profile.
|
void |
IpPools.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressPool with the given id.
|
void |
IpsecVpnTunnelProfilesStub.delete(String tunnelProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Domains.delete(String domainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the domain along with all the entities contained by this domain.
|
void |
Constraints.delete(String constraintId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete tenant constraint.
|
void |
SpoofguardProfilesStub.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfiles.delete(String floodProtectionProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile
|
void |
IpfixCollectorProfilesStub.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom dead peer detection (DPD) profile.
|
void |
QosProfiles.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete QoS profile.
|
void |
Certificates.delete(String certificateId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Removes the specified certificate.
|
void |
PortMirroringProfilesStub.delete(String portMirroringProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPoolsStub.delete(String ipPoolId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2Profiles.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX L2 Profile.
|
void |
Drafts.delete(String draftId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a manual draft.
|
void |
SpoofguardProfiles.delete(String spoofguardProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete SpoofGuard profile with the given id.
|
void |
IpfixDfwCollectorProfiles.delete(String ipfixDfwCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX dfw collector profile.
|
void |
Labels.delete(String labelId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete PolicyLabel object
|
void |
IpfixCollectorProfiles.delete(String ipfixCollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
DhcpServerConfigs.delete(String dhcpServerConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP server configuration
|
void |
DomainsStub.delete(String domainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CertificatesStub.delete(String certificateId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocksStub.delete(String ipBlockId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ReactionsStub.delete(String reactionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CrlsStub.delete(String crlId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwProfilesStub.delete(String ipfixDfwProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfilesStub.delete(String dpdProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfilesStub.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfilesStub.delete(String ipDiscoveryProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.delete(String dhcpRelayConfigId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DHCP relay configuration
|
void |
DnsSecurityProfiles.delete(String profileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS security profile
|
void |
IpfixL2CollectorProfiles.delete(String ipfixL2CollectorProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX collector profile.
|
void |
ConstraintsStub.delete(String constraintId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete infra segment
|
void |
Tier1sStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.delete(String ndraProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPv6 NDRA profile
|
void |
QosProfilesStub.delete(String qosProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.delete(String ikeProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete custom IKE Profile.
|
void |
SegmentsStub.delete(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LabelsStub.delete(String labelId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfilesStub.delete(String firewallSessionTimerProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.delete(String serviceChainId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be user to delete service chain with given service-chain-id.
|
void |
IpfixL2ProfilesStub.delete(String ipfixL2ProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServices.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBService along with all the entities contained by this LBService.
|
void |
LbClientSslProfiles.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBClientSslProfile along with all the entities contained by this
LBClientSslProfile.
|
void |
LbVirtualServersStub.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbAppProfiles.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBAppProfile along with all the entities contained by this
LBAppProfile.
|
void |
LbPersistenceProfiles.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBPersistenceProfile along with all the entities contained by this
LBPersistenceProfile.
|
void |
LbServerSslProfilesStub.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbServicesStub.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
ContextProfilesStub.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbPools.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBPool along with all the entities contained by this LBPool.
|
void |
LbMonitorProfiles.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBMonitorProfile along with all the entities contained by this
LBMonitorProfile.
|
void |
LbClientSslProfilesStub.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbPoolsStub.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
ServiceReferences.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback)
This API can be used to delete a service reference with the given
service-reference-id.
|
void |
LbServerSslProfiles.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBServerSslProfile along with all the entities contained by this
LBServerSslProfile.
|
void |
LbVirtualServers.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete the LBVirtualServer along with all the entities contained by this
LBVirtualServer.
|
void |
ServiceReferencesStub.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback) |
void |
LbAppProfilesStub.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbMonitorProfilesStub.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
LbPersistenceProfilesStub.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
ContextProfiles.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback)
Deletes the specified Policy Context Profile.
|
void |
LbServices.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBService along with all the entities contained by this LBService.
|
void |
LbClientSslProfiles.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBClientSslProfile along with all the entities contained by this
LBClientSslProfile.
|
void |
LbVirtualServersStub.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBAppProfile along with all the entities contained by this
LBAppProfile.
|
void |
LbPersistenceProfiles.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBPersistenceProfile along with all the entities contained by this
LBPersistenceProfile.
|
void |
LbServerSslProfilesStub.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServicesStub.delete(String lbServiceId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBPool along with all the entities contained by this LBPool.
|
void |
LbMonitorProfiles.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBMonitorProfile along with all the entities contained by this
LBMonitorProfile.
|
void |
LbClientSslProfilesStub.delete(String lbClientSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPoolsStub.delete(String lbPoolId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceReferences.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to delete a service reference with the given
service-reference-id.
|
void |
LbServerSslProfiles.delete(String lbServerSslProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBServerSslProfile along with all the entities contained by this
LBServerSslProfile.
|
void |
LbVirtualServers.delete(String lbVirtualServerId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the LBVirtualServer along with all the entities contained by this
LBVirtualServer.
|
void |
ServiceReferencesStub.delete(String serviceReferenceId,
Boolean cascade,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfilesStub.delete(String lbAppProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.delete(String lbMonitorProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.delete(String lbPersistenceProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.delete(String contextProfileId,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the specified Policy Context Profile.
|
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GlobalConfig.get(AsyncCallback<GlobalConfig> asyncCallback)
Read global configuration
|
void |
GlobalConfigStub.get(AsyncCallback<GlobalConfig> asyncCallback) |
void |
GlobalConfig.get(AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig)
Read global configuration
|
void |
GlobalConfigStub.get(AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServiceUsageSummary.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback)
API is used to retrieve the load balancer usage summary for all load balancer
services.
|
void |
LbServiceUsageSummaryStub.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback) |
void |
LbServiceUsageSummary.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback,
InvocationConfig invocationConfig)
API is used to retrieve the load balancer usage summary for all load balancer
services.
|
void |
LbServiceUsageSummaryStub.get(Boolean includeUsages,
AsyncCallback<LBServiceUsageSummary> asyncCallback,
InvocationConfig invocationConfig) |
void |
Constraints.get(String constraintId,
AsyncCallback<Constraint> asyncCallback)
Read tenant constraint.
|
void |
ConstraintsStub.get(String constraintId,
AsyncCallback<Constraint> asyncCallback) |
void |
Constraints.get(String constraintId,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig)
Read tenant constraint.
|
void |
ConstraintsStub.get(String constraintId,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZonesStub.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback) |
void |
DeploymentZones.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback)
Read a Deployment Zone.
|
void |
DeploymentZonesStub.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZones.get(String deploymentZoneId,
AsyncCallback<DeploymentZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Deployment Zone.
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback)
Read DHCP relay configuration
|
void |
DhcpRelayConfigsStub.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.get(String dhcpRelayConfigId,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP relay configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback)
Read DHCP server configuration
|
void |
DhcpServerConfigsStub.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.get(String dhcpServerConfigId,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
Read DHCP server configuration
|
void |
DnsSecurityProfilesStub.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback) |
void |
DnsSecurityProfiles.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback)
Read the DNS Forwarder for the given tier-0 instance
|
void |
DnsSecurityProfilesStub.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.get(String profileId,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback) |
void |
Domains.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
Read a domain.
|
void |
DomainsStub.get(String domainId,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocks.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback)
Read IpAddressBlock with given Id.
|
void |
IpBlocksStub.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback) |
void |
IpBlocks.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressBlock with given Id.
|
void |
IpBlocksStub.get(String ipBlockId,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback)
Read IpAddressPool with given Id.
|
void |
IpPoolsStub.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback) |
void |
IpPools.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressPool with given Id.
|
void |
IpPoolsStub.get(String ipPoolId,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback)
API will get IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback) |
void |
IpDiscoveryProfiles.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.get(String ipDiscoveryProfileId,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.get(String ipfixCollectorProfileId,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.get(String ipfixDfwCollectorProfileId,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.get(String ipfixDfwProfileId,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
API will return details of IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.get(String ipfixL2CollectorProfileId,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX collector profile.
|
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX L2 profile.
|
void |
IpfixL2ProfilesStub.get(String ipfixL2ProfileId,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom dead peer detection (DPD) profile, given the particular id.
|
void |
IpsecVpnDpdProfilesStub.get(String dpdProfileId,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnIkeProfilesStub.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.get(String ikeProfileId,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IKE Profile, given the particular id.
|
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Get custom IPSec tunnel Profile, given the particular id.
|
void |
IpsecVpnTunnelProfilesStub.get(String tunnelProfileId,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback)
Read IPv6 DAD profile
|
void |
Ipv6DadProfilesStub.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.get(String dadProfileId,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 DAD profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
Read IPv6 NDRA profile
|
void |
Ipv6NdraProfilesStub.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.get(String ndraProfileId,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
Read IPv6 NDRA profile
|
void |
LbClientSslProfiles.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback)
Read a LBClientSslProfile.
|
void |
LbClientSslProfilesStub.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback) |
void |
LbClientSslProfiles.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a LBClientSslProfile.
|
void |
LbClientSslProfilesStub.get(String lbClientSslProfileId,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback)
Read a LBPool.
|
void |
LbPoolsStub.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback) |
void |
LbPools.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig)
Read a LBPool.
|
void |
LbPoolsStub.get(String lbPoolId,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback) |
void |
LbServerSslProfiles.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback)
Read a LBServerSslProfile.
|
void |
LbServerSslProfilesStub.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.get(String lbServerSslProfileId,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig)
Read a LBServerSslProfile.
|
void |
LbServices.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback)
Read an LBService.
|
void |
LbServicesStub.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback) |
void |
LbServices.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig)
Read an LBService.
|
void |
LbServicesStub.get(String lbServiceId,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback) |
void |
LbVirtualServers.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback)
Read a LBVirtualServer.
|
void |
LbVirtualServersStub.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.get(String lbVirtualServerId,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig)
Read a LBVirtualServer.
|
void |
MacDiscoveryProfiles.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback)
API will get Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback) |
void |
MacDiscoveryProfiles.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.get(String macDiscoveryProfileId,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback) |
void |
ContextProfiles.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback)
Get a single PolicyContextProfile by id
|
void |
ContextProfilesStub.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.get(String contextProfileId,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig)
Get a single PolicyContextProfile by id
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Read the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.get(String dnsForwarderZoneId,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder Zone
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback)
Read a draft for a given draft identifier.
|
void |
DraftsStub.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.get(String draftId,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Read a draft for a given draft identifier.
|
void |
FirewallSessionTimerProfiles.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback)
API will get Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback) |
void |
FirewallSessionTimerProfiles.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.get(String firewallSessionTimerProfileId,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback)
Read a label.
|
void |
LabelsStub.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback) |
void |
Labels.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig)
Read a label.
|
void |
LabelsStub.get(String labelId,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback) |
void |
ServiceChains.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback)
This API can be used to read service chain with given service-chain-id.
|
void |
ServiceChainsStub.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.get(String serviceChainId,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service chain with given service-chain-id.
|
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring profile.
|
void |
PortMirroringProfilesStub.get(String portMirroringProfileId,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback)
API will return details of QoS profile.
|
void |
QosProfilesStub.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback) |
void |
QosProfiles.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of QoS profile.
|
void |
QosProfilesStub.get(String qosProfileId,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.get(String reactionId,
AsyncCallback<Reaction> asyncCallback)
Get Reaction under Infra.
|
void |
ReactionsStub.get(String reactionId,
AsyncCallback<Reaction> asyncCallback) |
void |
Reactions.get(String reactionId,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig)
Get Reaction under Infra.
|
void |
ReactionsStub.get(String reactionId,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read infra segment
|
void |
SegmentsStub.get(String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback)
API will return details of the segment security profile with given id.
|
void |
SegmentSecurityProfilesStub.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback) |
void |
SegmentSecurityProfiles.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile with given id.
|
void |
SegmentSecurityProfilesStub.get(String segmentSecurityProfileId,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback)
Read a service
|
void |
ServicesStub.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.get(String serviceId,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Read a service
|
void |
PartnerServicesStub.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback) |
void |
PartnerServices.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback)
Read the specific partner service identified by provided name.
|
void |
PartnerServicesStub.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServices.get(String serviceName,
AsyncCallback<ServiceDefinition> asyncCallback,
InvocationConfig invocationConfig)
Read the specific partner service identified by provided name.
|
void |
ServiceReferences.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback)
This API can be used to read service reference with the given
service-reference-id.
|
void |
ServiceReferencesStub.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback) |
void |
ServiceReferences.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service reference with the given
service-reference-id.
|
void |
ServiceReferencesStub.get(String serviceReferenceId,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback)
Read a site
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback) |
void |
Sites.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig)
Read a site
|
void |
SitesStub.get(String siteId,
AsyncCallback<Site> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback) |
void |
SpoofguardProfiles.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback)
API will return details of the SpoofGuard profile with given id.
|
void |
SpoofguardProfilesStub.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.get(String spoofguardProfileId,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the SpoofGuard profile with given id.
|
void |
FloodProtectionProfilesStub.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback) |
void |
LbAppProfiles.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback)
Read a LBAppProfile.
|
void |
LbPersistenceProfiles.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback)
Read a LBPersistenceProfile.
|
void |
FloodProtectionProfiles.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback)
API will get Flood Protection Profile
|
void |
LbNodeUsage.get(String nodePath,
AsyncCallback<Structure> asyncCallback)
Asynchronous method overload.
|
void |
LbMonitorProfiles.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback)
Read a LBMonitorProfile.
|
void |
LbNodeUsageStub.get(String nodePath,
AsyncCallback<Structure> asyncCallback) |
void |
LbAppProfilesStub.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback) |
void |
LbMonitorProfilesStub.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback) |
void |
LbPersistenceProfilesStub.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback) |
void |
FloodProtectionProfilesStub.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBAppProfile.
|
void |
LbPersistenceProfiles.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBPersistenceProfile.
|
void |
FloodProtectionProfiles.get(String floodProtectionProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile
|
void |
LbNodeUsage.get(String nodePath,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
LbMonitorProfiles.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read a LBMonitorProfile.
|
void |
LbNodeUsageStub.get(String nodePath,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfilesStub.get(String lbAppProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.get(String lbMonitorProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.get(String lbPersistenceProfileId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback)
Read Tier-0
|
void |
Tier0sStub.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.get(String tier0Id,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0
|
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 configuration
|
void |
Tier1sStub.get(String tier1Id,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbNodeUsageSummaryStub.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback) |
void |
LbNodeUsageSummary.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback)
Asynchronous method overload.
|
void |
LbNodeUsageSummaryStub.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbNodeUsageSummary.get(String enforcementPointPath,
Boolean includeUsages,
AsyncCallback<AggregateLBNodeUsageSummary> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
Certificates.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback)
Returns information for the specified certificate ID, including the
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback) |
void |
Certificates.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig)
Returns information for the specified certificate ID, including the
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.get(String certificateId,
Boolean details,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback)
Returns information about the specified CRL.
|
void |
CrlsStub.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback) |
void |
Crls.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig)
Returns information about the specified CRL.
|
void |
CrlsStub.get(String crlId,
Boolean details,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback)
Adds a new certificate revocation list (CRLs).
|
void |
CrlsStub.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback) |
void |
Crls.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig)
Adds a new certificate revocation list (CRLs).
|
void |
CrlsStub.importcrl(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback)
List policy drafts.
|
void |
DraftsStub.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.list(Boolean autoDrafts,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDraftListResult> asyncCallback,
InvocationConfig invocationConfig)
List policy drafts.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback)
Paginated list of Services for infra.
|
void |
ServicesStub.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.list(String cursor,
Boolean defaultService,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Services for infra.
|
void |
Constraints.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback)
List tenant constraints.
|
void |
ConstraintsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback) |
void |
Constraints.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback,
InvocationConfig invocationConfig)
List tenant constraints.
|
void |
ConstraintsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ConstraintListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback) |
void |
DeploymentZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback)
Paginated list of all Deployment zones for infra.
|
void |
DeploymentZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DeploymentZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DeploymentZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Deployment zones for infra.
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback)
Paginated list of all DHCP relay config instances
|
void |
DhcpRelayConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpRelayConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback)
Paginated list of all DHCP server config instances
|
void |
DhcpServerConfigsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DhcpServerConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP server config instances
|
void |
DnsSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback) |
void |
DnsSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback)
List all DNS security profiles
|
void |
DnsSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all DNS security profiles
|
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback) |
void |
Domains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all domains for infra.
|
void |
DomainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback) |
void |
FloodProtectionProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback)
API will list all Flood Protection Profiles
|
void |
FloodProtectionProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles
|
void |
IpBlocks.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback)
Paginated list of IpAddressBlocks.
|
void |
IpBlocksStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback) |
void |
IpBlocks.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressBlocks.
|
void |
IpBlocksStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressBlockListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback)
Paginated list of IpAddressPools.
|
void |
IpPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback) |
void |
IpPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressPools.
|
void |
IpPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback)
API will list all IP Discovery Profiles active in current discovery profile id.
|
void |
IpDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback) |
void |
IpDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all IP Discovery Profiles active in current discovery profile id.
|
void |
IpDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwCollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWCollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX dfw collector profiles and their details.
|
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback) |
void |
IpfixDfwProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX DFW profiles available on selected logical DFW.
|
void |
IpfixDfwProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXDFWProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2CollectorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2CollectorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will provide list of all IPFIX collector profiles and their details.
|
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback) |
void |
IpfixL2Profiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX L2 Profiles available on selected logical l2.
|
void |
IpfixL2ProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXL2ProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback) |
void |
IpsecVpnDpdProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all DPD Profiles.
|
void |
IpsecVpnDpdProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnDpdProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnIkeProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnIkeProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IKE Profiles.
|
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback) |
void |
IpsecVpnTunnelProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec tunnel Profiles.
|
void |
IpsecVpnTunnelProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnTunnelProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback)
Paginated list of all DHCP relay config instances
|
void |
Ipv6DadProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6DadProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback)
Paginated list of all DHCP relay config instances
|
void |
Ipv6NdraProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Ipv6NdraProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all DHCP relay config instances
|
void |
LbAppProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback)
Paginated list of all LBAppProfiles.
|
void |
LbAppProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback) |
void |
LbAppProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBAppProfiles.
|
void |
LbAppProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBAppProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbClientSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback)
Paginated list of all LBClientSslProfiles.
|
void |
LbClientSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback) |
void |
LbClientSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBClientSslProfiles.
|
void |
LbClientSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBClientSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback)
Paginated list of all LBMonitorProfiles for infra.
|
void |
LbMonitorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback) |
void |
LbMonitorProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBMonitorProfiles for infra.
|
void |
LbMonitorProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBMonitorProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback)
Paginated list of all LBPersistenceProfiles for infra.
|
void |
LbPersistenceProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback) |
void |
LbPersistenceProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBPersistenceProfiles for infra.
|
void |
LbPersistenceProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPersistenceProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback)
Paginated list of all LBPools.
|
void |
LbPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback) |
void |
LbPools.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBPools.
|
void |
LbPoolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBPoolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback) |
void |
LbServerSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback)
Paginated list of all LBServerSslProfiles.
|
void |
LbServerSslProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServerSslProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBServerSslProfiles.
|
void |
LbServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback)
Paginated list of all LBService.
|
void |
LbServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback) |
void |
LbServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBService.
|
void |
LbServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbSslCiphersAndProtocols.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback)
Retrieve a list of supported SSL ciphers and protocols.
|
void |
LbSslCiphersAndProtocolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback) |
void |
LbSslCiphersAndProtocols.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback,
InvocationConfig invocationConfig)
Retrieve a list of supported SSL ciphers and protocols.
|
void |
LbSslCiphersAndProtocolsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LbSslCipherAndProtocolListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback) |
void |
LbVirtualServers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback)
Paginated list of all LBVirtualServers.
|
void |
LbVirtualServersStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LBVirtualServerListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all LBVirtualServers.
|
void |
MacDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback)
API will list all Mac Discovery Profiles active in current discovery profile id.
|
void |
MacDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback) |
void |
MacDiscoveryProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Mac Discovery Profiles active in current discovery profile id.
|
void |
MacDiscoveryProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<MacDiscoveryProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback) |
void |
ContextProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback)
Get all PolicyContextProfiles
|
void |
ContextProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Get all PolicyContextProfiles
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback)
Paginated list of all Dns Forwarder Zones
|
void |
DnsForwarderZonesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyDnsForwarderZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Dns Forwarder Zones
|
void |
FirewallSessionTimerProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback)
API will list all Firewall Session Timer Profiles
|
void |
FirewallSessionTimerProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback) |
void |
FirewallSessionTimerProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profiles
|
void |
FirewallSessionTimerProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback)
Paginated list of all labels for infra.
|
void |
LabelsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback) |
void |
Labels.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all labels for infra.
|
void |
LabelsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyLabelListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback) |
void |
ServiceChains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback)
List all the service chains available for service insertion
|
void |
ServiceChainsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceChainListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the service chains available for service insertion
|
void |
Reactions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback)
Get paginated list of all Reactions under Infra.
|
void |
ReactionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback) |
void |
Reactions.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all Reactions under Infra.
|
void |
ReactionsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ReactionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under infra.
|
void |
SegmentsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback)
API will list all segment security profiles.
|
void |
SegmentSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback) |
void |
SegmentSecurityProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profiles.
|
void |
SegmentSecurityProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback) |
void |
PartnerServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback)
Read all the partner services available for service insertion
|
void |
PartnerServicesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PartnerServices.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInsertionServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all the partner services available for service insertion
|
void |
ServiceReferences.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback)
List all the partner service references available for service insertion
|
void |
ServiceReferencesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback) |
void |
ServiceReferences.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the partner service references available for service insertion
|
void |
ServiceReferencesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceReferenceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback)
Paginated list of all sites for infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback) |
void |
Sites.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all sites for infra.
|
void |
SitesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SiteListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback) |
void |
SpoofguardProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback)
API will list all SpoofGuard profiles.
|
void |
SpoofguardProfilesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SpoofGuardProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all SpoofGuard profiles.
|
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback)
Paginated list of all Tier-0s
|
void |
Tier0sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0s
|
void |
Tier1s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback)
Paginated list of all Tier-1 instances
|
void |
Tier1sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback) |
void |
Tier1s.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 instances
|
void |
Tier1sStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1ListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Certificates.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback)
Returns all certificate information viewable by the user, including each
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback) |
void |
Certificates.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback,
InvocationConfig invocationConfig)
Returns all certificate information viewable by the user, including each
certificate's id; resource_type (for example, certificate_self_signed,
certificate_ca, or certificate_signed); pem_encoded data; and history of the
certificate (who created or modified it and when).
|
void |
CertificatesStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCertificateList> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback)
Returns information about all CRLs.
|
void |
CrlsStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback) |
void |
Crls.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns information about all CRLs.
|
void |
CrlsStub.list(String cursor,
Boolean details,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
String type,
AsyncCallback<TlsCrlListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback) |
void |
PortMirroringProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring profiles group.
|
void |
PortMirroringProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback)
API will list all QoS profiles.
|
void |
QosProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback) |
void |
QosProfiles.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all QoS profiles.
|
void |
QosProfilesStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<QosProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback) |
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback)
Get policy groups for which the given object is a member.
|
void |
GroupAssociationsStub.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociations.list(String intentPath,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyResourceReferenceForEPListResult> asyncCallback,
InvocationConfig invocationConfig)
Get policy groups for which the given object is a member.
|
void |
GlobalConfig.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback)
Update the global configuration
|
void |
GlobalConfigStub.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback) |
void |
GlobalConfig.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the global configuration
|
void |
GlobalConfigStub.patch(GlobalConfig globalConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Constraints.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback)
Create tenant constraint if not exists, otherwise update the existing
constraint.
|
void |
ConstraintsStub.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback) |
void |
Constraints.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create tenant constraint if not exists, otherwise update the existing
constraint.
|
void |
ConstraintsStub.patch(String constraintId,
Constraint constraint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.patch(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.patch(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DnsSecurityProfilesStub.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback) |
void |
DnsSecurityProfiles.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback)
Create or update DNS security profile
|
void |
DnsSecurityProfilesStub.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.patch(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
void |
Domains.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback) |
void |
Domains.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.patch(String domainId,
Domain domain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocks.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback)
Creates a new IpAddressBlock with specified ID if not already present.
|
void |
IpBlocksStub.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback) |
void |
IpBlocks.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressBlock with specified ID if not already present.
|
void |
IpBlocksStub.patch(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback)
Creates a new IpAddressPool with specified ID if not already present.
|
void |
IpPoolsStub.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback) |
void |
IpPools.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPool with specified ID if not already present.
|
void |
IpPoolsStub.patch(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback)
API will create IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpDiscoveryProfiles.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.patch(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixCollectorProfilesStub.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.patch(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwCollectorProfilesStub.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.patch(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX dfw collector profile if the IPFIX dfw collector profile with
given id does not already exist.
|
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixDfwProfiles.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX DFW profile if the IPFIX DFW profile with given id does not
already exist.
|
void |
IpfixDfwProfilesStub.patch(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2CollectorProfilesStub.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.patch(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX collector profile if the IPFIX collector profile with given
id does not already exist.
|
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback) |
void |
IpfixL2Profiles.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX L2 profile if the IPFIX L2 profile with given id does not
already exist.
|
void |
IpfixL2ProfilesStub.patch(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnDpdProfiles.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.patch(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.patch(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnTunnelProfiles.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.patch(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.patch(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.patch(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
LbClientSslProfiles.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback) |
void |
LbClientSslProfiles.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.patch(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback) |
void |
LbPools.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.patch(String lbPoolId,
LBPool lbPool,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback) |
void |
LbServerSslProfiles.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServerSslProfilesStub.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.patch(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServices.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback) |
void |
LbServices.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.patch(String lbServiceId,
LBService lbService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback) |
void |
LbVirtualServers.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
LbVirtualServersStub.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.patch(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
MacDiscoveryProfiles.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback)
API will create Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback) |
void |
MacDiscoveryProfiles.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.patch(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback) |
void |
ContextProfiles.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
ContextProfilesStub.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.patch(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.patch(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.patch(String draftId,
PolicyDraft policyDraft,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSessionTimerProfiles.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback)
API will create/update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSessionTimerProfiles.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create/update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.patch(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback)
Create label if not exists, otherwise take the partial updates.
|
void |
LabelsStub.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback) |
void |
Labels.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create label if not exists, otherwise take the partial updates.
|
void |
LabelsStub.patch(String labelId,
PolicyLabel policyLabel,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback) |
void |
ServiceChains.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback)
Create Service chain representing the sequence in which 3rd party services must
be consumed.
|
void |
ServiceChainsStub.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.patch(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service chain representing the sequence in which 3rd party services must
be consumed.
|
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringProfiles.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Profile if the Port Mirroring Profile with given id
does not already exist.
|
void |
PortMirroringProfilesStub.patch(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback)
Create a new QoS profile if the QoS profile with given id does not already
exist.
|
void |
QosProfilesStub.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback) |
void |
QosProfiles.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new QoS profile if the QoS profile with given id does not already
exist.
|
void |
QosProfilesStub.patch(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback)
Create or patch a Reaction under Infra.
|
void |
ReactionsStub.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback) |
void |
Reactions.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Reaction under Infra.
|
void |
ReactionsStub.patch(String reactionId,
Reaction reaction,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback)
Create a new segment security profile if the segment security profile with given
id does not exist.
|
void |
SegmentSecurityProfilesStub.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback) |
void |
SegmentSecurityProfiles.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile if the segment security profile with given
id does not exist.
|
void |
SegmentSecurityProfilesStub.patch(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.patch(String serviceId,
Service service,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
ServiceReferences.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback) |
void |
ServiceReferences.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.patch(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback) |
void |
SpoofguardProfiles.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback)
Create a new SpoofGuard profile if the SpoofGuard profile with the given id does
not exist.
|
void |
SpoofguardProfilesStub.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.patch(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new SpoofGuard profile if the SpoofGuard profile with the given id does
not exist.
|
void |
FloodProtectionProfilesStub.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback) |
void |
LbAppProfiles.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback)
API will create/update Flood Protection Profile
|
void |
LbMonitorProfiles.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback) |
void |
LbMonitorProfilesStub.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback) |
void |
LbPersistenceProfilesStub.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfilesStub.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.patch(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create/update Flood Protection Profile
|
void |
LbMonitorProfiles.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.patch(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.patch(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.patch(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.patch(String tier0Id,
Tier0 tier0,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback) |
void |
Tier1s.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.patch(String tier1Id,
Tier1 tier1,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback)
Create or patch a Certificate Revocation List for the given id.
|
void |
CrlsStub.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback) |
void |
Crls.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a Certificate Revocation List for the given id.
|
void |
CrlsStub.patch(String crlId,
TlsCrl tlsCrl,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Certificates.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback) |
void |
Certificates.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.patch(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback)
Read a draft and publish it by applying changes onto current configuration.
|
void |
DraftsStub.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.publish(String draftId,
Infra infra,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Read a draft and publish it by applying changes onto current configuration.
|
void |
GlobalConfig.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback)
Update the global configuration
|
void |
GlobalConfigStub.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback) |
void |
GlobalConfig.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig)
Update the global configuration
|
void |
GlobalConfigStub.update(GlobalConfig globalConfig,
AsyncCallback<GlobalConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Constraints.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback)
Create tenant constraint if it does not exist, otherwise replace the existing
constraint.
|
void |
ConstraintsStub.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback) |
void |
Constraints.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig)
Create tenant constraint if it does not exist, otherwise replace the existing
constraint.
|
void |
ConstraintsStub.update(String constraintId,
Constraint constraint,
AsyncCallback<Constraint> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpRelayConfigsStub.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpRelayConfigs.update(String dhcpRelayConfigId,
DhcpRelayConfig dhcpRelayConfig,
AsyncCallback<DhcpRelayConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP relay config with the dhcp-relay-config-id is not already present,
create a new DHCP relay config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DhcpServerConfigsStub.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
DhcpServerConfigs.update(String dhcpServerConfigId,
DhcpServerConfig dhcpServerConfig,
AsyncCallback<DhcpServerConfig> asyncCallback,
InvocationConfig invocationConfig)
If DHCP server config with the dhcp-server-config-id is not already present,
create a new DHCP server config instance.
|
void |
DnsSecurityProfilesStub.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback) |
void |
DnsSecurityProfiles.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback)
Create or update DNS security profile
|
void |
DnsSecurityProfilesStub.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfiles.update(String profileId,
DnsSecurityProfile dnsSecurityProfile,
AsyncCallback<DnsSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update DNS security profile
|
void |
Domains.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback) |
void |
Domains.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig)
If a domain with the domain-id is not already present, create a new domain.
|
void |
DomainsStub.update(String domainId,
Domain domain,
AsyncCallback<Domain> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpBlocks.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback)
Create a new IpAddressBlock with given ID if it does not exist.
|
void |
IpBlocksStub.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback) |
void |
IpBlocks.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig)
Create a new IpAddressBlock with given ID if it does not exist.
|
void |
IpBlocksStub.update(String ipBlockId,
IpAddressBlock ipAddressBlock,
AsyncCallback<IpAddressBlock> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpPools.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback)
Create a new IpAddressPool with given ID if it does not exist.
|
void |
IpPoolsStub.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback) |
void |
IpPools.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig)
Create a new IpAddressPool with given ID if it does not exist.
|
void |
IpPoolsStub.update(String ipPoolId,
IpAddressPool ipAddressPool,
AsyncCallback<IpAddressPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpDiscoveryProfiles.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback)
API will update IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback) |
void |
IpDiscoveryProfiles.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update IP Discovery profile.
|
void |
IpDiscoveryProfilesStub.update(String ipDiscoveryProfileId,
IPDiscoveryProfile ipDiscoveryProfile,
AsyncCallback<IPDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixCollectorProfilesStub.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixCollectorProfiles.update(String ipfixCollectorProfileId,
IPFIXCollectorProfile iPFIXCollectorProfile,
AsyncCallback<IPFIXCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwCollectorProfilesStub.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixDfwCollectorProfiles.update(String ipfixDfwCollectorProfileId,
IPFIXDFWCollectorProfile iPFIXDFWCollectorProfile,
AsyncCallback<IPFIXDFWCollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX dfw collector profile.
|
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback) |
void |
IpfixDfwProfiles.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX DFW profile.
|
void |
IpfixDfwProfilesStub.update(String ipfixDfwProfileId,
IPFIXDFWProfile iPFIXDFWProfile,
AsyncCallback<IPFIXDFWProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2CollectorProfilesStub.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixL2CollectorProfiles.update(String ipfixL2CollectorProfileId,
IPFIXL2CollectorProfile iPFIXL2CollectorProfile,
AsyncCallback<IPFIXL2CollectorProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace IPFIX collector profile.
|
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback) |
void |
IpfixL2Profiles.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX L2 Profile.
|
void |
IpfixL2ProfilesStub.update(String ipfixL2ProfileId,
IPFIXL2Profile iPFIXL2Profile,
AsyncCallback<IPFIXL2Profile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback) |
void |
IpsecVpnDpdProfiles.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or patch dead peer detection (DPD) profile.
|
void |
IpsecVpnDpdProfilesStub.update(String dpdProfileId,
IPSecVpnDpdProfile ipSecVpnDpdProfile,
AsyncCallback<IPSecVpnDpdProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnIkeProfilesStub.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnIkeProfiles.update(String ikeProfileId,
IPSecVpnIkeProfile ipSecVpnIkeProfile,
AsyncCallback<IPSecVpnIkeProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom internet key exchange (IKE) Profile.
|
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback) |
void |
IpsecVpnTunnelProfiles.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace custom IPSec tunnel profile.
|
void |
IpsecVpnTunnelProfilesStub.update(String tunnelProfileId,
IPSecVpnTunnelProfile ipSecVpnTunnelProfile,
AsyncCallback<IPSecVpnTunnelProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6DadProfilesStub.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6DadProfiles.update(String dadProfileId,
Ipv6DadProfile ipv6DadProfile,
AsyncCallback<Ipv6DadProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the dad-profile-id is not already present, create a new IPv6 DAD
profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
Ipv6NdraProfilesStub.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ipv6NdraProfiles.update(String ndraProfileId,
Ipv6NdraProfile ipv6NdraProfile,
AsyncCallback<Ipv6NdraProfile> asyncCallback,
InvocationConfig invocationConfig)
If profile with the ndra-profile-id is not already present, create a new IPv6
NDRA profile instance.
|
void |
LbClientSslProfiles.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback) |
void |
LbClientSslProfiles.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig)
If a LBClientSslProfile with the lb-client-ssl-profile-id is not already
present, create a new LBClientSslProfile.
|
void |
LbClientSslProfilesStub.update(String lbClientSslProfileId,
LBClientSslProfile lbClientSslProfile,
AsyncCallback<LBClientSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPools.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback) |
void |
LbPools.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig)
If a LBPool with the lb-pool-id is not already present, create a new LBPool.
|
void |
LbPoolsStub.update(String lbPoolId,
LBPool lbPool,
AsyncCallback<LBPool> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfilesStub.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback) |
void |
LbServerSslProfiles.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServerSslProfilesStub.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbServerSslProfiles.update(String lbServerSslProfileId,
LBServerSslProfile lbServerSslProfile,
AsyncCallback<LBServerSslProfile> asyncCallback,
InvocationConfig invocationConfig)
If a LBServerSslProfile with the lb-server-ssl-profile-id is not already
present, create a new LBServerSslProfile.
|
void |
LbServices.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback) |
void |
LbServices.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig)
If a LBService with the lb-service-id is not already present, create a new
LBService.
|
void |
LbServicesStub.update(String lbServiceId,
LBService lbService,
AsyncCallback<LBService> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServersStub.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback) |
void |
LbVirtualServers.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
LbVirtualServersStub.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbVirtualServers.update(String lbVirtualServerId,
LBVirtualServer lbVirtualServer,
AsyncCallback<LBVirtualServer> asyncCallback,
InvocationConfig invocationConfig)
If a LBVirtualServer with the lb-virtual-server-id is not already present,
create a new LBVirtualServer.
|
void |
MacDiscoveryProfiles.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback)
API will update Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback) |
void |
MacDiscoveryProfiles.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update Mac Discovery profile.
|
void |
MacDiscoveryProfilesStub.update(String macDiscoveryProfileId,
MacDiscoveryProfile macDiscoveryProfile,
AsyncCallback<MacDiscoveryProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfilesStub.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback) |
void |
ContextProfiles.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
ContextProfilesStub.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ContextProfiles.update(String contextProfileId,
PolicyContextProfile policyContextProfile,
AsyncCallback<PolicyContextProfile> asyncCallback,
InvocationConfig invocationConfig)
Creates/Updates a PolicyContextProfile, which encapsulates attribute and
sub-attributes of network services.
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback)
Create or update the DNS Forwarder Zone
|
void |
DnsForwarderZonesStub.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarderZones.update(String dnsForwarderZoneId,
PolicyDnsForwarderZone policyDnsForwarderZone,
AsyncCallback<PolicyDnsForwarderZone> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder Zone
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
DraftsStub.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig) |
void |
Drafts.update(String draftId,
PolicyDraft policyDraft,
AsyncCallback<PolicyDraft> asyncCallback,
InvocationConfig invocationConfig)
Create a new manual draft if the specified draft id does not correspond to an
existing draft.
|
void |
FirewallSessionTimerProfiles.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback)
API will update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback) |
void |
FirewallSessionTimerProfiles.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile
|
void |
FirewallSessionTimerProfilesStub.update(String firewallSessionTimerProfileId,
PolicyFirewallSessionTimerProfile policyFirewallSessionTimerProfile,
AsyncCallback<PolicyFirewallSessionTimerProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Labels.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback)
Create label if not exists, otherwise replaces the existing label.
|
void |
LabelsStub.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback) |
void |
Labels.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig)
Create label if not exists, otherwise replaces the existing label.
|
void |
LabelsStub.update(String labelId,
PolicyLabel policyLabel,
AsyncCallback<PolicyLabel> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainsStub.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback) |
void |
ServiceChains.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback)
Create or update Service chain representing the sequence in which 3rd party
services must be consumed.
|
void |
ServiceChainsStub.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChains.update(String serviceChainId,
PolicyServiceChain policyServiceChain,
AsyncCallback<PolicyServiceChain> asyncCallback,
InvocationConfig invocationConfig)
Create or update Service chain representing the sequence in which 3rd party
services must be consumed.
|
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback) |
void |
PortMirroringProfiles.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring profile.
|
void |
PortMirroringProfilesStub.update(String portMirroringProfileId,
PortMirroringProfile portMirroringProfile,
AsyncCallback<PortMirroringProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
QosProfiles.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback)
Create or Replace QoS profile.
|
void |
QosProfilesStub.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback) |
void |
QosProfiles.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace QoS profile.
|
void |
QosProfilesStub.update(String qosProfileId,
QosProfile qosProfile,
AsyncCallback<QosProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
Reactions.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback)
Create or fully replace a Reaction under Infra.
|
void |
ReactionsStub.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback) |
void |
Reactions.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace a Reaction under Infra.
|
void |
ReactionsStub.update(String reactionId,
Reaction reaction,
AsyncCallback<Reaction> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfiles.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback)
Create or replace a segment security profile
|
void |
SegmentSecurityProfilesStub.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback) |
void |
SegmentSecurityProfiles.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or replace a segment security profile
|
void |
SegmentSecurityProfilesStub.update(String segmentSecurityProfileId,
SegmentSecurityProfile segmentSecurityProfile,
AsyncCallback<SegmentSecurityProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback)
Create a new service if a service with the given ID does not already exist.
|
void |
ServicesStub.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig) |
void |
Services.update(String serviceId,
Service service,
AsyncCallback<Service> asyncCallback,
InvocationConfig invocationConfig)
Create a new service if a service with the given ID does not already exist.
|
void |
ServiceReferences.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback) |
void |
ServiceReferences.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig)
Create Service Reference representing the intent to consume a given 3rd party
service.
|
void |
ServiceReferencesStub.update(String serviceReferenceId,
ServiceReference serviceReference,
AsyncCallback<ServiceReference> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfilesStub.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback) |
void |
SpoofguardProfiles.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback)
API will create or replace SpoofGuard profile.
|
void |
SpoofguardProfilesStub.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
SpoofguardProfiles.update(String spoofguardProfileId,
SpoofGuardProfile spoofGuardProfile,
AsyncCallback<SpoofGuardProfile> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace SpoofGuard profile.
|
void |
FloodProtectionProfilesStub.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback) |
void |
LbAppProfiles.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback)
API will update Firewall Flood Protection Profile
|
void |
LbMonitorProfiles.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback) |
void |
LbMonitorProfilesStub.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback) |
void |
LbPersistenceProfilesStub.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback) |
void |
FloodProtectionProfilesStub.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbAppProfiles.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBAppProfile with the lb-app-profile-id is not already present, create a
new LBAppProfile.
|
void |
LbPersistenceProfiles.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBPersistenceProfile with the lb-persistence-profile-id is not already
present, create a new LBPersistenceProfile.
|
void |
FloodProtectionProfiles.update(String floodProtectionProfileId,
Structure floodProtectionProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile
|
void |
LbMonitorProfiles.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a LBMonitorProfile with the lb-monitor-profile-id is not already present,
create a new LBMonitorProfile.
|
void |
LbAppProfilesStub.update(String lbAppProfileId,
Structure lbAppProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbMonitorProfilesStub.update(String lbMonitorProfileId,
Structure lbMonitorProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LbPersistenceProfilesStub.update(String lbPersistenceProfileId,
Structure lbPersistenceProfile,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier0sStub.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0s.update(String tier0Id,
Tier0 tier0,
AsyncCallback<Tier0> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 with the tier-0-id is not already present, create a new Tier-0.
|
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback) |
void |
Tier1s.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig)
If Tier-1 with the tier-1-id is not already present, create a new Tier-1
instance.
|
void |
Tier1sStub.update(String tier1Id,
Tier1 tier1,
AsyncCallback<Tier1> asyncCallback,
InvocationConfig invocationConfig) |
void |
Crls.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback)
Create or replace a Certificate Revocation List for the given id.
|
void |
CrlsStub.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback) |
void |
Crls.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig)
Create or replace a Certificate Revocation List for the given id.
|
void |
CrlsStub.update(String crlId,
TlsCrl tlsCrl,
AsyncCallback<TlsCrl> asyncCallback,
InvocationConfig invocationConfig) |
void |
Certificates.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback) |
void |
Certificates.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig)
Adds a new private-public certificate and, optionally, a private key that can be
applied to one of the user-facing components (appliance management or edge).
|
void |
CertificatesStub.update(String certificateId,
TlsTrustData tlsTrustData,
AsyncCallback<TlsCertificate> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Attributes.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback)
Returns supported attribute and sub-attributes for specified attribute key with
their supported values, if provided in query/request parameter, else will fetch
all supported attributes and sub-attributes for all supported attribute keys.
|
void |
AttributesStub.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback) |
void |
Attributes.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns supported attribute and sub-attributes for specified attribute key with
their supported values, if provided in query/request parameter, else will fetch
all supported attributes and sub-attributes for all supported attribute keys.
|
void |
AttributesStub.list(String attributeKey,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyContextProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementPoints.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback)
Delete EnforcementPoint.
|
void |
EnforcementPointsStub.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback) |
void |
EnforcementPoints.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EnforcementPoint.
|
void |
EnforcementPointsStub.delete(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback)
Read an Enforcement Point.
|
void |
EnforcementPointsStub.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point.
|
void |
EnforcementPointsStub.get(String deploymentZoneId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback)
Paginated list of all enforcementpoints for infra.
|
void |
EnforcementPointsStub.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback) |
void |
EnforcementPoints.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints for infra.
|
void |
EnforcementPointsStub.list(String deploymentZoneId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback) |
void |
EnforcementPoints.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String deploymentZoneId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback)
Delete GatewayPolicy
|
void |
DomainDeploymentMapsStub.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback)
Deletes the security policy along with all the rules
|
void |
EndpointPolicies.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback)
Delete Endpoint policy.
|
void |
ForwardingPolicies.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback)
Delete forwarding policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback) |
void |
ForwardingPoliciesStub.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
RedirectionPolicies.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback)
Delete redirection policy.
|
void |
RedirectionPoliciesStub.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
DomainDeploymentMaps.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback)
Delete Domain Deployment Map
|
void |
EndpointPoliciesStub.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPolicies.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete GatewayPolicy
|
void |
DomainDeploymentMapsStub.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the security policy along with all the rules
|
void |
EndpointPolicies.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Endpoint policy.
|
void |
ForwardingPolicies.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete forwarding policy.
|
void |
CommunicationMapsStub.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPoliciesStub.delete(String domainId,
String forwardingPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete redirection policy.
|
void |
RedirectionPoliciesStub.delete(String domainId,
String redirectionPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPoliciesStub.delete(String domainId,
String securityPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPoliciesStub.delete(String domainId,
String gatewayPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.delete(String domainId,
String communicationMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Deletes the communication map along with all the communication entries This API
is deprecated.
|
void |
DomainDeploymentMaps.delete(String domainId,
String domainDeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Domain Deployment Map
|
void |
EndpointPoliciesStub.delete(String domainId,
String endpointPolicyId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback)
Delete Group
|
void |
GroupsStub.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.delete(String domainId,
String groupId,
Boolean failIfSubtreeExists,
Boolean force,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Group
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback)
Read communication-map for a domain.
|
void |
CommunicationMapsStub.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.get(String domainId,
String communicationMapId,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Read communication-map for a domain.
|
void |
DomainDeploymentMapsStub.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback) |
void |
DomainDeploymentMaps.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback)
Read a Domain Deployment Map
|
void |
DomainDeploymentMapsStub.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.get(String domainId,
String domainDeploymentMapId,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Read a Domain Deployment Map
|
void |
EndpointPolicies.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback)
Read Endpoint policy.
|
void |
EndpointPoliciesStub.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback) |
void |
EndpointPolicies.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read Endpoint policy.
|
void |
EndpointPoliciesStub.get(String domainId,
String endpointPolicyId,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback)
Read forwarding policy.
|
void |
ForwardingPoliciesStub.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback) |
void |
ForwardingPolicies.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read forwarding policy.
|
void |
ForwardingPoliciesStub.get(String domainId,
String forwardingPolicyId,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read gateway policy for a domain.
|
void |
GatewayPoliciesStub.get(String domainId,
String gatewayPolicyId,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback)
Read group
|
void |
GroupsStub.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String domainId,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read group
|
void |
RedirectionPolicies.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback)
Read redirection policy.
|
void |
RedirectionPoliciesStub.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback) |
void |
RedirectionPolicies.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read redirection policy.
|
void |
RedirectionPoliciesStub.get(String domainId,
String redirectionPolicyId,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Read security policy for a domain.
|
void |
SecurityPoliciesStub.get(String domainId,
String securityPolicyId,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback)
List all Endpoint policies across all domains ordered by precedence.
|
void |
EndpointPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback) |
void |
EndpointPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all Endpoint policies across all domains ordered by precedence.
|
void |
EndpointPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback)
API will list all Firewall Flood Protection Profile Binding Maps across all
domains.
|
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps across all
domains.
|
void |
FirewallSessionTimerProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback)
API will list all Firewall Session Timer Profile Binding Maps across all
domains.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps across all
domains.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback)
List all redirection policys across all domains ordered by precedence.
|
void |
RedirectionPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback) |
void |
RedirectionPolicies.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all redirection policys across all domains ordered by precedence.
|
void |
RedirectionPoliciesStub.list(String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback)
List all communication maps for a domain.
|
void |
CommunicationMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationMapListResult> asyncCallback,
InvocationConfig invocationConfig)
List all communication maps for a domain.
|
void |
DomainDeploymentMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback) |
void |
DomainDeploymentMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback)
Paginated list of all Domain Deployment Entries for infra.
|
void |
DomainDeploymentMapsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DomainDeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Domain Deployment Entries for infra.
|
void |
ForwardingPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback)
List all forwarding policies for the given domain ordered by precedence.
|
void |
ForwardingPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback) |
void |
ForwardingPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all forwarding policies for the given domain ordered by precedence.
|
void |
ForwardingPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all gateway policies for specified Domain.
|
void |
GatewayPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
List Groups for a domain
|
void |
GroupsStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
List Groups for a domain
|
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback) |
void |
SecurityPolicies.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List all security policies for a domain.
|
void |
SecurityPoliciesStub.list(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SecurityPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RedirectionPolicies.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback)
List redirection policys for a domain
|
void |
RedirectionPoliciesStub.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback) |
void |
RedirectionPolicies.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
List redirection policys for a domain
|
void |
RedirectionPoliciesStub.list0(String domainId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback)
Patch the communication map for a domain.
|
void |
CommunicationMapsStub.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.patch(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the communication map for a domain.
|
void |
DomainDeploymentMapsStub.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback) |
void |
DomainDeploymentMaps.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
DomainDeploymentMapsStub.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.patch(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
EndpointPolicies.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback) |
void |
EndpointPolicies.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.patch(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback) |
void |
ForwardingPolicies.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.patch(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback) |
void |
GatewayPolicies.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.patch(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String domainId,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
RedirectionPolicies.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback) |
void |
RedirectionPolicies.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.patch(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback) |
void |
SecurityPolicies.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the security policy for a domain.
|
void |
SecurityPoliciesStub.patch(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback)
This is used to set a precedence of a communication map w.r.t others.
|
void |
CommunicationMapsStub.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.revise(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
String anchorPath,
String operation,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a communication map w.r.t others.
|
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a gateway policy w.r.t others.
|
void |
GatewayPoliciesStub.revise(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
String anchorPath,
String operation,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
This is used to set a precedence of a security policy w.r.t others.
|
void |
SecurityPoliciesStub.revise(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
String anchorPath,
String operation,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback)
Create or Update the communication map for a domain.
|
void |
CommunicationMapsStub.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationMaps.update(String domainId,
String communicationMapId,
CommunicationMap communicationMap,
AsyncCallback<CommunicationMap> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the communication map for a domain.
|
void |
DomainDeploymentMapsStub.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback) |
void |
DomainDeploymentMaps.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
DomainDeploymentMapsStub.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
DomainDeploymentMaps.update(String domainId,
String domainDeploymentMapId,
DomainDeploymentMap domainDeploymentMap,
AsyncCallback<DomainDeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
If the passed Domain Deployment Map does not already exist, create a new Domain
Deployment Map.
|
void |
EndpointPolicies.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback) |
void |
EndpointPolicies.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the Endpoint policy.
|
void |
EndpointPoliciesStub.update(String domainId,
String endpointPolicyId,
EndpointPolicy endpointPolicy,
AsyncCallback<EndpointPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
ForwardingPolicies.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback) |
void |
ForwardingPolicies.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the forwarding policy.
|
void |
ForwardingPoliciesStub.update(String domainId,
String forwardingPolicyId,
ForwardingPolicy forwardingPolicy,
AsyncCallback<ForwardingPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback) |
void |
GatewayPolicies.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway policy for a domain.
|
void |
GatewayPoliciesStub.update(String domainId,
String gatewayPolicyId,
GatewayPolicy gatewayPolicy,
AsyncCallback<GatewayPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a group with the group-id is not already present, create a new group.
|
void |
GroupsStub.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String domainId,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a group with the group-id is not already present, create a new group.
|
void |
RedirectionPolicies.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback) |
void |
RedirectionPolicies.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or update the redirection policy.
|
void |
RedirectionPoliciesStub.update(String domainId,
String redirectionPolicyId,
RedirectionPolicy redirectionPolicy,
AsyncCallback<RedirectionPolicy> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback) |
void |
SecurityPolicies.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig)
Create or Update the security policy for a domain.
|
void |
SecurityPoliciesStub.update(String domainId,
String securityPolicyId,
SecurityPolicy securityPolicy,
AsyncCallback<SecurityPolicy> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.delete(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Read CommunicationEntry This API is deprecated.
|
void |
CommunicationEntriesStub.get(String domainId,
String communicationMapId,
String communicationEntryId,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback) |
void |
CommunicationEntries.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
List CommunicationEntries This API is deprecated.
|
void |
CommunicationEntriesStub.list(String domainId,
String communicationMapId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunicationEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback) |
void |
CommunicationEntries.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the CommunicationEntry.
|
void |
CommunicationEntriesStub.patch(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a communictation entry within a communication map.
|
void |
CommunicationEntriesStub.revise(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
String anchorPath,
String operation,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback) |
void |
CommunicationEntries.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig)
Update the CommunicationEntry.
|
void |
CommunicationEntriesStub.update(String domainId,
String communicationMapId,
String communicationEntryId,
CommunicationEntry communicationEntry,
AsyncCallback<CommunicationEntry> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EndpointRules.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback)
Delete EndpointRule
|
void |
EndpointRulesStub.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback) |
void |
EndpointRules.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EndpointRule
|
void |
EndpointRulesStub.delete(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback)
Read Endpoint rule
|
void |
EndpointRulesStub.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback) |
void |
EndpointRules.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig)
Read Endpoint rule
|
void |
EndpointRulesStub.get(String domainId,
String endpointPolicyId,
String endpointRuleId,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback)
List Endpoint rules
|
void |
EndpointRulesStub.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback) |
void |
EndpointRules.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List Endpoint rules
|
void |
EndpointRulesStub.list(String domainId,
String endpointPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EndpointRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback) |
void |
EndpointRules.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.patch(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EndpointRules.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback) |
void |
EndpointRules.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig)
Create a Endpoint rule with the endpoint-rule-id is not already present,
otherwise update the Endpoint Rule.
|
void |
EndpointRulesStub.update(String domainId,
String endpointPolicyId,
String endpointRuleId,
EndpointRule endpointRule,
AsyncCallback<EndpointRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete ForwardingRule
|
void |
RulesStub.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete ForwardingRule
|
void |
RulesStub.delete(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback) |
void |
Rules.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String forwardingPolicyId,
String ruleId,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String forwardingPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ForwardingRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback) |
void |
Rules.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String forwardingPolicyId,
String ruleId,
ForwardingRule forwardingRule,
AsyncCallback<ForwardingRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String gatewayPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a gateay policy.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateay policy.
|
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String gatewayPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.patch(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a gateway rule within a gateway policy.
|
void |
RulesStub.revise(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the gateway rule.
|
void |
RulesStub.update(String domainId,
String gatewayPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a gateway rule.
|
void |
StatisticsStub.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String gatewayPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a gateway rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback)
API will delete port mirroring instance.
|
void |
DnsSecurityProfileBindingMaps.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete DNS security profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Firewall Session Timer Profile Binding
|
void |
FirewallFloodProtectionProfileBindingMaps.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Firewall Flood Protection Profile Binding
|
void |
FirewallSessionTimerProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Group Monitoring Profile Binding
|
void |
DnsSecurityProfileBindingMapsStub.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete port mirroring instance.
|
void |
DnsSecurityProfileBindingMaps.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete DNS security profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSessionTimerProfileBindingMaps.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Session Timer Profile Binding
|
void |
FirewallFloodProtectionProfileBindingMaps.delete(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Firewall Flood Protection Profile Binding
|
void |
FirewallSessionTimerProfileBindingMapsStub.delete(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Group Monitoring Profile Binding
|
void |
DnsSecurityProfileBindingMapsStub.delete(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMapsStub.delete(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstancesStub.delete(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback) |
void |
Tags.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig)
Get tags used to define conditions inside a Group.
|
void |
TagsStub.get(String domainId,
String groupId,
AsyncCallback<GroupTagsList> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback) |
void |
DnsSecurityProfileBindingMaps.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.get(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.get(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback) |
void |
FirewallFloodProtectionProfileBindingMaps.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback)
API will get Firewall Flood Protection Profile Binding Map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.get(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Flood Protection Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMaps.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback)
API will get Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.get(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of port mirroring instance.
|
void |
PortMirroringInstancesStub.get(String domainId,
String groupId,
String portMirroringInstanceId,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback) |
void |
DnsSecurityProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will get DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<DnsSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Group Monitoring Profile Binding Maps in current group id.
|
void |
GroupMonitoringProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback)
API will list all Firewall Flood Protection Profile Binding Maps in current
group id.
|
void |
FirewallFloodProtectionProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Flood Protection Profile Binding Maps in current
group id.
|
void |
FirewallSessionTimerProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback)
API will list all Firewall Session Timer Profile Binding Maps in current group
id.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Firewall Session Timer Profile Binding Maps in current group
id.
|
void |
FirewallSessionTimerProfileBindingMapsStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback) |
void |
PortMirroringInstances.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port mirroring instances active on current group.
|
void |
PortMirroringInstancesStub.list(String domainId,
String groupId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMirroringInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
DnsSecurityProfileBindingMaps.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.patch(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create group monitoring profile binding map
|
void |
GroupMonitoringProfileBindingMapsStub.patch(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FirewallFloodProtectionProfileBindingMaps.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Firewall Flood Protection profile binding map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.patch(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall Flood Protection profile binding map
|
void |
FirewallSessionTimerProfileBindingMaps.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Firewall Session Timer profile binding map
|
void |
FirewallSessionTimerProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Firewall Session Timer profile binding map
|
void |
FirewallSessionTimerProfileBindingMapsStub.patch(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback) |
void |
PortMirroringInstances.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new Port Mirroring Instance if the Port Mirroring Instance with given
id does not already exist.
|
void |
PortMirroringInstancesStub.patch(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsSecurityProfileBindingMaps.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback)
API will update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback) |
void |
DnsSecurityProfileBindingMaps.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update DNS security profile binding map
|
void |
DnsSecurityProfileBindingMapsStub.update(String domainId,
String groupId,
String dnsSecurityProfileBindingMapId,
DnsSecurityProfileBindingMap dnsSecurityProfileBindingMap,
AsyncCallback<DnsSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback) |
void |
GroupMonitoringProfileBindingMaps.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Group Monitoring Profile Binding Map
|
void |
GroupMonitoringProfileBindingMapsStub.update(String domainId,
String groupId,
String groupMonitoringProfileBindingMapId,
GroupMonitoringProfileBindingMap groupMonitoringProfileBindingMap,
AsyncCallback<GroupMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback) |
void |
FirewallFloodProtectionProfileBindingMaps.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback)
API will update Firewall Flood Protection Profile Binding Map
|
void |
FirewallFloodProtectionProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallFloodProtectionProfileBindingMaps.update(String domainId,
String groupId,
String firewallFloodProtectionProfileBindingMapId,
PolicyFirewallFloodProtectionProfileBindingMap policyFirewallFloodProtectionProfileBindingMap,
AsyncCallback<PolicyFirewallFloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Flood Protection Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMaps.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback)
API will update Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback) |
void |
FirewallSessionTimerProfileBindingMaps.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Firewall Session Timer Profile Binding Map
|
void |
FirewallSessionTimerProfileBindingMapsStub.update(String domainId,
String groupId,
String firewallSessionTimerProfileBindingMapId,
PolicyFirewallSessionTimerProfileBindingMap policyFirewallSessionTimerProfileBindingMap,
AsyncCallback<PolicyFirewallSessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback) |
void |
PortMirroringInstances.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or Replace port mirroring instance.
|
void |
PortMirroringInstancesStub.update(String domainId,
String groupId,
String portMirroringInstanceId,
PortMirroringInstance portMirroringInstance,
AsyncCallback<PortMirroringInstance> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Group.
|
void |
IpAddressesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Group.
|
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback) |
void |
LogicalPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitchesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical ports that belong to this Group This API is applicable for Groups
containing either VirtualMachine, VIF, Segment or Segment Port member type.For
Groups containing other member types,an empty list is returned.
|
void |
SegmentPorts.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segment ports that belong to this Group
|
void |
SegmentPortsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LogicalSwitches.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get logical switches that belong to this Group.
|
void |
Segments.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get segments that belong to this Group
|
void |
SegmentsStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get the effective VM membership for the Group.
|
void |
VirtualMachinesStub.list(String domainId,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete RedirectionRule
|
void |
RulesStub.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete RedirectionRule
|
void |
RulesStub.delete(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback) |
void |
Rules.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String redirectionPolicyId,
String ruleId,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String redirectionPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RedirectionRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.patch(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback) |
void |
Rules.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig)
Create a rule with the rule-id is not already present, otherwise update the
rule.
|
void |
RulesStub.update(String domainId,
String redirectionPolicyId,
String ruleId,
RedirectionRule redirectionRule,
AsyncCallback<RedirectionRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback) |
void |
Rules.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete rule
|
void |
RulesStub.delete(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Read rule
|
void |
RulesStub.get(String domainId,
String securityPolicyId,
String ruleId,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback)
Get statistics of a security policy.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String enforcementPointPath,
AsyncCallback<SecurityPolicyStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a security policy.
|
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback) |
void |
Rules.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List rules
|
void |
RulesStub.list(String domainId,
String securityPolicyId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback) |
void |
Rules.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch the rule.
|
void |
RulesStub.patch(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
This is used to re-order a rule within a security policy.
|
void |
RulesStub.revise(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
String anchorPath,
String operation,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback) |
void |
Rules.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig)
Update the rule.
|
void |
RulesStub.update(String domainId,
String securityPolicyId,
String ruleId,
Rule rule,
AsyncCallback<Rule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback)
Get statistics of a rule.
|
void |
StatisticsStub.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String domainId,
String securityPolicyId,
String ruleId,
String enforcementPointPath,
AsyncCallback<RuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of a rule.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
void |
CompleteStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Aggregated.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get an aggregated configuration that will get applied onto current configuration
during publish of this draft.
|
void |
AggregatedStub.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig) |
void |
Complete.get(String draftId,
AsyncCallback<Infra> asyncCallback,
InvocationConfig invocationConfig)
Get a preview of a configuration which will be present after publish of a
specified draft.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsStub.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback) |
void |
Bindings.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback)
API will list all Flood Protection Profiles bindings.
|
void |
BindingsStub.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bindings.list(String floodProtectionProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<FloodProtectionProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Flood Protection Profiles bindings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpAllocationsStub.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback) |
void |
IpSubnetsStub.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback) |
void |
IpSubnets.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback)
Delete the IpAddressPoolSubnet with the given id.
|
void |
IpAllocations.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback)
Releases the IP that was allocated for this allocation request
|
void |
IpAllocationsStub.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnetsStub.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.delete(String ipPoolId,
String ipSubnetId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the IpAddressPoolSubnet with the given id.
|
void |
IpAllocations.delete(String ipPoolId,
String ipAllocationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Releases the IP that was allocated for this allocation request
|
void |
IpAllocationsStub.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback) |
void |
IpAllocations.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback)
Read a previously created allocation
|
void |
IpAllocationsStub.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.get(String ipPoolId,
String ipAllocationId,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig)
Read a previously created allocation
|
void |
IpSubnetsStub.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback) |
void |
IpSubnets.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback)
Read IpAddressPoolSubnet with given Id.
|
void |
IpSubnetsStub.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.get(String ipPoolId,
String ipSubnetId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Read IpAddressPoolSubnet with given Id.
|
void |
IpAllocationsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback) |
void |
IpAllocations.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback)
Returns information about which addresses have been allocated from a specified
IP address pool in policy.
|
void |
IpAllocationsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressAllocationListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns information about which addresses have been allocated from a specified
IP address pool in policy.
|
void |
IpSubnetsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback) |
void |
IpSubnets.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback)
Paginated list of IpAddressPoolSubnets.
|
void |
IpSubnetsStub.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.list(String ipPoolId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IpAddressPoolSubnetListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of IpAddressPoolSubnets.
|
void |
IpAllocationsStub.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback) |
void |
IpAllocations.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback)
If allocation of the same ID is found, this is a no-op.
|
void |
IpAllocationsStub.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.patch(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
void |
IpSubnetsStub.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback) |
void |
IpSubnets.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
void |
IpSubnetsStub.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.patch(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
void |
IpAllocationsStub.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback) |
void |
IpAllocations.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback)
If allocation of the same ID is found, this is a no-op.
|
void |
IpAllocationsStub.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAllocations.update(String ipPoolId,
String ipAllocationId,
IpAddressAllocation ipAddressAllocation,
AsyncCallback<IpAddressAllocation> asyncCallback,
InvocationConfig invocationConfig)
If allocation of the same ID is found, this is a no-op.
|
void |
IpSubnetsStub.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback) |
void |
IpSubnets.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
void |
IpSubnetsStub.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSubnets.update(String ipPoolId,
String ipSubnetId,
Structure ipAddressPoolSubnet,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Creates a new IpAddressPoolSubnet with the specified ID if it does not already
exist.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback) |
void |
Statistics.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback)
Get LBServiceStatistics information.
|
void |
StatisticsStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBServiceStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback) |
void |
DetailedStatus.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback)
Get LBService detailed status information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBService detailed status information.
|
void |
ServiceUsageStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback) |
void |
ServiceUsage.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback)
Get LBServiceUsage information.
|
void |
ServiceUsageStub.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceUsage.get(String lbServiceId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBServiceUsage> asyncCallback,
InvocationConfig invocationConfig)
Get LBServiceUsage information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback) |
void |
Statistics.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback)
Get LBPoolStatistics information.
|
void |
StatisticsStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBPoolStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback) |
void |
DetailedStatus.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback)
Get LBPool detailed status information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String lbPoolId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBPoolStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBPool detailed status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback) |
void |
Statistics.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback)
Get LBVirtualServerStatistics information.
|
void |
StatisticsStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get LBVirtualServerStatistics information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback) |
void |
DetailedStatus.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback)
Get LBVirtualServer detailed status information.
|
void |
DetailedStatusStub.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String lbServiceId,
String lbVirtualServerId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateLBVirtualServerStatus> asyncCallback,
InvocationConfig invocationConfig)
Get LBVirtualServer detailed status information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
RealizedEntityStub.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.get(String realizedPath,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Get realized entity uniquely identified by realized path, specified by query
parameter
|
void |
EnforcementPoints.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback)
Read a Enforcement Point and the complete tree underneath.
|
void |
EnforcementPointsStub.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read a Enforcement Point and the complete tree underneath.
|
void |
EnforcementPointsStub.get(String enforcementPointName,
AsyncCallback<RealizedEnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback)
Asynchronous method overload.
|
void |
StatusStub.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String intentPath,
Boolean includeEnforcedStatus,
AsyncCallback<ConsolidatedRealizedStatus> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
RealizedEntities.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
RealizedEntities.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get list of realized entities associated with intent object, specified by path
in query parameter
|
void |
RealizedEntitiesStub.list(String intentPath,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machine.
|
void |
VirtualMachinesStub.list(String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback)
Paginated list of all alarms.
|
void |
AlarmsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Alarms.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyAlarmResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all alarms.
|
void |
EnforcementPoints.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback)
Paginated list of all enforcement points.
|
void |
EnforcementPointsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback) |
void |
EnforcementPoints.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcement points.
|
void |
EnforcementPointsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedEnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
void |
RealizedEntityStub.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RealizedEntity.refresh(String intentPath,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Refresh the status and statistics of all realized entities associated with given
intent path synchronously.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback) |
void |
Vifs.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
This API lists VIFs from the specified NSX Manager.
|
void |
VifsStub.list(String enforcementPointName,
String cursor,
String includedFields,
String lportAttachmentId,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualNetworkInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback) |
void |
VirtualMachines.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig)
This API filters objects of type virtual machines from the specified NSX
Manager.
|
void |
VirtualMachinesStub.list(String enforcementPointName,
String cursor,
String dsl,
String includedFields,
Long pageSize,
String query,
Boolean sortAscending,
String sortBy,
AsyncCallback<SearchResponse> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback) |
void |
VirtualMachines.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Allows an admin to apply multiple tags to a virtual machine.
|
void |
VirtualMachinesStub.updatetags(String enforcementPointName,
VirtualMachineTagsUpdate virtualMachineTagsUpdate,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
FirewallSections.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback)
Read a Firewall and the complete tree underneath.
|
void |
FirewallSectionsStub.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback) |
void |
FirewallSections.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback,
InvocationConfig invocationConfig)
Read a Firewall and the complete tree underneath.
|
void |
FirewallSectionsStub.get(String enforcementPointName,
String firewallSectionId,
AsyncCallback<RealizedFirewallSection> asyncCallback,
InvocationConfig invocationConfig) |
void |
FirewallSections.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback)
Paginated list of all Firewalls.
|
void |
FirewallSectionsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback) |
void |
FirewallSections.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Firewalls.
|
void |
FirewallSectionsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedFirewallSectionListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Nsgroups.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Read a NSGroup and the complete tree underneath.
|
void |
NsgroupsStub.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
Nsgroups.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read a NSGroup and the complete tree underneath.
|
void |
NsgroupsStub.get(String enforcementPointName,
String nsgroupName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecuritygroupsStub.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback) |
void |
Securitygroups.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback)
Read a Security Group and the complete tree underneath.
|
void |
SecuritygroupsStub.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback,
InvocationConfig invocationConfig) |
void |
Securitygroups.get(String enforcementPointName,
String securitygroupName,
AsyncCallback<RealizedSecurityGroup> asyncCallback,
InvocationConfig invocationConfig)
Read a Security Group and the complete tree underneath.
|
void |
Nsgroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Paginated list of all NSGroups.
|
void |
NsgroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
Nsgroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all NSGroups.
|
void |
NsgroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SecuritygroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback) |
void |
Securitygroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback)
Paginated list of all Security Groups.
|
void |
SecuritygroupsStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Securitygroups.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedSecurityGroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Security Groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IpSetsNsxtStub.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
IpSetsNsxt.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Read an IPSet
|
void |
IpSetsNsxtStub.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSetsNsxt.get(String enforcementPointName,
String ipSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read an IPSet
|
void |
IpSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
IpSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Paginated list of all Realized IPSets
|
void |
IpSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized IPSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
MacSetsNsxtStub.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
MacSetsNsxt.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Read an MACSet
|
void |
MacSetsNsxtStub.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacSetsNsxt.get(String enforcementPointName,
String macSetName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read an MACSet
|
void |
MacSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
MacSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Paginated list of all Realized MACSets
|
void |
MacSetsNsxtStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
MacSetsNsxt.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized MACSets
|
| Modifier and Type | Method and Description |
|---|---|
void |
NsservicesStub.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback) |
void |
Nsservices.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback)
Read a NSService.
|
void |
NsservicesStub.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig) |
void |
Nsservices.get(String enforcementPointName,
String nsserviceName,
AsyncCallback<GenericPolicyRealizedResource> asyncCallback,
InvocationConfig invocationConfig)
Read a NSService.
|
void |
NsservicesStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback) |
void |
Nsservices.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback)
Paginated list of all Realized NSService.
|
void |
NsservicesStub.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Nsservices.list(String enforcementPointName,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GenericPolicyRealizedResourceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Realized NSService.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Details.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback)
This API return optional details about a virtual machines (e.g.
|
void |
DetailsStub.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback) |
void |
Details.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback,
InvocationConfig invocationConfig)
This API return optional details about a virtual machines (e.g.
|
void |
DetailsStub.get(String enforcementPointName,
String virtualMachineId,
AsyncCallback<VirtualMachineDetails> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback)
Delete Service Segment with given ID
|
void |
ServiceSegmentsStub.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.delete(String serviceSegmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service Segment with given ID
|
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete an infra segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.delete(String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete an infra segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback)
Read a Service Segment with the given id
|
void |
ServiceSegmentsStub.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.get(String serviceSegmentId,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
Read a Service Segment with the given id
|
void |
SegmentDiscoveryProfileBindingMaps.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback)
API will get Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on an infra segment port by giving ID.
|
void |
PortsStub.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on an infra segment port by giving ID.
|
void |
SegmentQosProfileBindingMaps.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback) |
void |
SegmentQosProfileBindingMaps.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback)
API will return details of the segment security profile binding map.
|
void |
SegmentSecurityProfileBindingMapsStub.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.get(String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get infra segment statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment statistics information.
|
void |
SegmentDiscoveryProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback)
API will list all Infra Segment Discovery Profile Binding Maps in current
segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Discovery Profile Binding Maps in current
segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Segment Monitoring Profile Binding Maps in current
segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for an infra.
|
void |
PortsStub.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for an infra.
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback)
Paginated list of all Service Segments
|
void |
ServiceSegmentsStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceSegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Segments
|
void |
SegmentQosProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback) |
void |
SegmentQosProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback)
API will list all segment security profile binding maps.
|
void |
SegmentSecurityProfileBindingMapsStub.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.list(String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.patch(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create infra segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
SegmentQosProfileBindingMaps.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentQosProfileBindingMaps.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
SegmentSecurityProfileBindingMapsStub.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback)
A service segment with the service-segment-id is created.
|
void |
ServiceSegmentsStub.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceSegments.update(String serviceSegmentId,
ServiceSegment serviceSegment,
AsyncCallback<ServiceSegment> asyncCallback,
InvocationConfig invocationConfig)
A service segment with the service-segment-id is created.
|
void |
SegmentDiscoveryProfileBindingMaps.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback)
API will update Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create an infra segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
SegmentQosProfileBindingMaps.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback) |
void |
SegmentQosProfileBindingMaps.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback)
API will create or replace segment security profile binding map.
|
void |
SegmentSecurityProfileBindingMapsStub.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.update(String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortQosProfileBindingMapsStub.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortSecurityProfileBindingMaps.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Infra Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback)
API will get Infra Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback) |
void |
PortQosProfileBindingMaps.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback)
API will get Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.get(String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback) |
void |
PortSecurityProfileBindingMaps.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get infra segment port statistics information.
|
void |
StatisticsStub.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get infra segment port statistics information.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback)
API will list all Infra Port Discovery Profile Binding Maps in current port id.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Discovery Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String infraSegmentId,
String infraPortId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Infra Port Monitoring Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback) |
void |
PortQosProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortSecurityProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback) |
void |
PortSecurityProfileBindingMaps.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Infra Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortQosProfileBindingMaps.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortSecurityProfileBindingMaps.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback)
API will update Infra Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Infra Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String infraSegmentId,
String infraPortId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Infra Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback) |
void |
PortQosProfileBindingMaps.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback)
API will update Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.update(String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback) |
void |
PortSecurityProfileBindingMaps.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceProfiles.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback)
This API can be used to delete service profile with given service-profile-id
|
void |
ServiceProfilesStub.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceProfiles.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to delete service profile with given service-profile-id
|
void |
ServiceProfilesStub.delete(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback)
This API can be used to read service profile with given service-profile-id
|
void |
ServiceProfilesStub.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback) |
void |
ServiceProfiles.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig)
This API can be used to read service profile with given service-profile-id
|
void |
ServiceProfilesStub.get(String serviceReferenceId,
String serviceProfileId,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback)
List all the service profiles available for given service reference
|
void |
ServiceProfilesStub.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback) |
void |
ServiceProfiles.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the service profiles available for given service reference
|
void |
ServiceProfilesStub.list(String serviceReferenceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceProfileListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback)
Create Service profile to specify vendor template attri- butes for a given 3rd
party service.
|
void |
ServiceProfilesStub.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback) |
void |
ServiceProfiles.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service profile to specify vendor template attri- butes for a given 3rd
party service.
|
void |
ServiceProfilesStub.patch(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceProfiles.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback)
Create or update Service profile to specify vendor temp- late attributes for a
given 3rd party service.
|
void |
ServiceProfilesStub.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback) |
void |
ServiceProfiles.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig)
Create or update Service profile to specify vendor temp- late attributes for a
given 3rd party service.
|
void |
ServiceProfilesStub.update(String serviceReferenceId,
String serviceProfileId,
PolicyServiceProfile policyServiceProfile,
AsyncCallback<PolicyServiceProfile> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
GroupAssociationsStub.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback) |
void |
GroupAssociations.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback)
List of Groups used in Redirection rules for a given Service Profile.
|
void |
GroupAssociationsStub.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupAssociations.get(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceProfileGroups> asyncCallback,
InvocationConfig invocationConfig)
List of Groups used in Redirection rules for a given Service Profile.
|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback)
List all service chain mappings in the system for the given service profile.
|
void |
ServiceChainMappingsStub.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceChainMappings.list(String serviceReferenceId,
String serviceProfileId,
String enforcementPointPath,
AsyncCallback<ServiceChainMappingListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service chain mappings in the system for the given service profile.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback)
Delete Service entry
|
void |
ServiceEntriesStub.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.delete(String serviceId,
String serviceEntryId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback)
Service entry
|
void |
ServiceEntriesStub.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.get(String serviceId,
String serviceEntryId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Service entry
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.list(String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceEntryListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of Service entries for the given service
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.patch(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
void |
ServiceEntriesStub.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceEntries.update(String serviceId,
String serviceEntryId,
Structure serviceEntry,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
If a service entry with the service-entry-id is not already present, create a
new service entry.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BindingsStub.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback) |
void |
Bindings.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback)
API will list all Session Timer Profiles bindings.
|
void |
BindingsStub.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bindings.list(String sessionTimerProfileId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SessionTimerProfileBindingListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Session Timer Profiles bindings.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Get the current dfw firewall configurations.
|
void |
SecurityStub.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.get(AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Get the current dfw firewall configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.patch(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Sets firewall rule statistics counter to zero.
|
void |
StatsStub.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Stats.reset(String category,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Sets firewall rule statistics counter to zero.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback)
Update dfw firewall related configurations.
|
void |
SecurityStub.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Security.update(DfwFirewallConfiguration dfwFirewallConfiguration,
AsyncCallback<DfwFirewallConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update dfw firewall related configurations.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandaloneHostSwitchSettingStub.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback) |
void |
StandaloneHostSwitchSetting.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)
Read identity firewall configuration for standalone host
|
void |
StandaloneHostSwitchSettingStub.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.get(AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Read identity firewall configuration for standalone host
|
void |
ClusterStub.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback) |
void |
Cluster.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback)
Read compute cluster identity firewall configuration
|
void |
ClusterStub.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.get(String clusterId,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Read compute cluster identity firewall configuration
|
void |
ClusterStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback) |
void |
Cluster.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback)
API will list all compute cluster wise identity firewall configuration
|
void |
ClusterStub.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.list(String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ComputeClusterIdfwConfigurationListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all compute cluster wise identity firewall configuration
|
void |
StandaloneHostSwitchSettingStub.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback) |
void |
StandaloneHostSwitchSetting.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback)
Patch identity firewall configuration for standalone host
|
void |
StandaloneHostSwitchSettingStub.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.patch(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch identity firewall configuration for standalone host
|
void |
ClusterStub.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback) |
void |
Cluster.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback)
Patch compute cluster identity firewall configuration.
|
void |
ClusterStub.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.patch(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch compute cluster identity firewall configuration.
|
void |
StandaloneHostSwitchSettingStub.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback) |
void |
StandaloneHostSwitchSetting.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback)
Update the idfw configuration for standalone host
|
void |
StandaloneHostSwitchSettingStub.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
StandaloneHostSwitchSetting.update(StandaloneHostIdfwConfiguration standaloneHostIdfwConfiguration,
AsyncCallback<StandaloneHostIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update the idfw configuration for standalone host
|
void |
ClusterStub.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback) |
void |
Cluster.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback)
Update the compute cluster idfw configuration
|
void |
ClusterStub.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig) |
void |
Cluster.update(String clusterId,
ComputeClusterIdfwConfiguration computeClusterIdfwConfiguration,
AsyncCallback<ComputeClusterIdfwConfiguration> asyncCallback,
InvocationConfig invocationConfig)
Update the compute cluster idfw configuration
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback)
Read exclude list for firewall
|
void |
ExcludeListStub.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.get(AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Read exclude list for firewall
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.patch(PolicyExcludeList policyExcludeList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Patch exclusion list for security policy.
|
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback)
Update the exclusion list for security policy
|
void |
ExcludeListStub.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig) |
void |
ExcludeList.update(PolicyExcludeList policyExcludeList,
AsyncCallback<PolicyExcludeList> asyncCallback,
InvocationConfig invocationConfig)
Update the exclusion list for security policy
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnforcementPoints.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback)
Delete EnforcementPoint from Site
|
void |
EnforcementPointsStub.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback) |
void |
EnforcementPoints.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete EnforcementPoint from Site
|
void |
EnforcementPointsStub.delete(String siteId,
String enforcementpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback)
Full sync EnforcementPoint from Site
|
void |
EnforcementPointsStub.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback) |
void |
EnforcementPoints.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Full sync EnforcementPoint from Site
|
void |
EnforcementPointsStub.fullsync(String siteId,
String enforcementPointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Read an Enforcement Point under Infra/Site
|
void |
EnforcementPointsStub.get(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback) |
void |
EnforcementPoints.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all enforcementpoints under Site.
|
void |
EnforcementPointsStub.list(String siteId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<EnforcementPointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback) |
void |
EnforcementPoints.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.patch(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback)
Reload an Enforcement Point under Site.
|
void |
EnforcementPointsStub.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
Reload an Enforcement Point under Site.
|
void |
EnforcementPointsStub.reload(String siteId,
String enforcementpointId,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
EnforcementPoints.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback) |
void |
EnforcementPoints.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig)
If the passed Enforcement Point does not already exist, create a new Enforcement
Point.
|
void |
EnforcementPointsStub.update(String siteId,
String enforcementpointId,
EnforcementPoint enforcementPoint,
AsyncCallback<EnforcementPoint> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback)
Read a Edge Cluster under an Enforcement Point
|
void |
EdgeClustersStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.get(String siteId,
String enforcementpointId,
String edgeClusterId,
AsyncCallback<PolicyEdgeCluster> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Cluster under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback)
Read a Transport Zone under an Enforcement Point
|
void |
TransportZonesStub.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.get(String siteId,
String enforcementpointId,
String transportZoneId,
AsyncCallback<PolicyTransportZone> asyncCallback,
InvocationConfig invocationConfig)
Read a Transport Zone under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
EdgeClustersStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeClusters.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeClusterListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Clusters under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback)
Paginated list of all Transport Zones under an Enforcement Point
|
void |
TransportZonesStub.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
TransportZones.list(String siteId,
String enforcementpointId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyTransportZoneListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Transport Zones under an Enforcement Point
|
| Modifier and Type | Method and Description |
|---|---|
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback) |
void |
EdgeNodes.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig)
Read a Edge Node under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.get(String siteId,
String enforcementpointId,
String edgeClusterId,
String edgeNodeId,
AsyncCallback<PolicyEdgeNode> asyncCallback,
InvocationConfig invocationConfig) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback) |
void |
EdgeNodes.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Edge Nodes under an Enforcement Point, Edge Cluster
|
void |
EdgeNodesStub.list(String siteId,
String enforcementpointId,
String edgeClusterId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyEdgeNodeListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier0Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier0Id,
AsyncCallback<Void> asyncCallback)
Delete DNS configuration for tier-0 instance
|
void |
DnsForwarderStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-0 instance
|
void |
DnsForwarderStub.delete(String tier0Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback)
Delete the Group under Tier-0.
|
void |
StaticRoutes.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 static routes
|
void |
StaticRoutesStub.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback) |
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback) |
void |
CommunityLists.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback)
Delete a BGP community list
|
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 locale-services
|
void |
SessionTimerProfileBindings.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Session Timer Profile Binding for Tier-0 Logical Router.
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
CommunityListsStub.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
GroupsStub.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router.
|
void |
RouteMaps.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a route map
|
void |
PrefixLists.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a prefix list
|
void |
Groups.delete(String tier0Id,
String groupId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete the Group under Tier-0.
|
void |
StaticRoutes.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 static routes
|
void |
StaticRoutesStub.delete(String tier0Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PrefixListsStub.delete(String tier0Id,
String prefixListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.delete(String tier0Id,
String communityListId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a BGP community list
|
void |
LocaleServices.delete(String tier0Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 locale-services
|
void |
SessionTimerProfileBindings.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router.
|
void |
RouteMapsStub.delete(String tier0Id,
String routeMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Read the DNS Forwarder for the given tier-0 instance
|
void |
DnsForwarderStub.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-0 instance
|
void |
DnsForwarderStub.get(String tier0Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback)
Read a BGP community list
|
void |
CommunityListsStub.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.get(String tier0Id,
String communityListId,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
Read a BGP community list
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router.
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback)
Read Tier-0 Group
|
void |
GroupsStub.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.get(String tier0Id,
String groupId,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 Group
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-0 locale-services
|
void |
LocaleServicesStub.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier0Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 locale-services
|
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
Read a prefix list
|
void |
PrefixListsStub.get(String tier0Id,
String prefixListId,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback)
Read Tier-0 static routes
|
void |
StaticRoutesStub.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 static routes
|
void |
StaticRoutesStub.get(String tier0Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback)
Read a route map
|
void |
RouteMapsStub.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback) |
void |
RouteMaps.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig)
Read a route map
|
void |
RouteMapsStub.get(String tier0Id,
String routeMapId,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback)
Returns
|
void |
StateStub.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback) |
void |
State.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier0Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of gateway rules associated with the Tier-0.
|
void |
GatewayFirewallStub.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of gateway rules associated with the Tier-0.
|
void |
GatewayFirewallStub.list(String tier0Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback)
Paginated list of all community lists under a tier-0
|
void |
CommunityListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<CommunityListListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all community lists under a tier-0
|
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback)
Paginated list of all Groups for Tier-0.
|
void |
GroupsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<GroupListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Groups for Tier-0.
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-0 locale-services
|
void |
LocaleServicesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 locale-services
|
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback) |
void |
PrefixLists.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all prefix lists
|
void |
PrefixListsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PrefixListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback)
Paginated list of all Tier-0 Static Routes
|
void |
StaticRoutesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback) |
void |
StaticRoutes.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Static Routes
|
void |
StaticRoutesStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback) |
void |
RouteMaps.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all route maps under a tier-0
|
void |
RouteMapsStub.list(String tier0Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0RouteMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback)
Get routing table from tier-0
|
void |
RoutingTableStub.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
RoutingTable.list(String tier0Id,
String cursor,
String edgeId,
String enforcementPointPath,
String includedFields,
Long pageSize,
String routeSource,
Boolean sortAscending,
String sortBy,
AsyncCallback<RoutingTableListResult> asyncCallback,
InvocationConfig invocationConfig)
Get routing table from tier-0
|
void |
DnsForwarder.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback)
Update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
CommunityListsStub.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.patch(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.patch(String tier0Id,
String groupId,
Group group,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback) |
void |
PrefixLists.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.patch(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback) |
void |
RouteMaps.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.patch(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier0Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityListsStub.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback) |
void |
CommunityLists.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
CommunityListsStub.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig) |
void |
CommunityLists.update(String tier0Id,
String communityListId,
CommunityList communityList,
AsyncCallback<CommunityList> asyncCallback,
InvocationConfig invocationConfig)
If a community list with the community-list-id is not already present, create a
new community list.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router.
|
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
GroupsStub.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig) |
void |
Groups.update(String tier0Id,
String groupId,
Group group,
AsyncCallback<Group> asyncCallback,
InvocationConfig invocationConfig)
If a Group with the group-id is not already present, create a new Group under
the tier-0-id.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier0Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-0 locale-services with the locale-services-id is not already present,
create a new locale-services.
|
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback) |
void |
PrefixLists.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig)
If prefix list for prefix-list-id is not already present, create a prefix list.
|
void |
PrefixListsStub.update(String tier0Id,
String prefixListId,
PrefixList prefixList,
AsyncCallback<PrefixList> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier0Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
RouteMaps.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback) |
void |
RouteMaps.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig)
If a route map with the route-map-id is not already present, create a new route
map.
|
void |
RouteMapsStub.update(String tier0Id,
String routeMapId,
Tier0RouteMap tier0RouteMap,
AsyncCallback<Tier0RouteMap> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-0 DNS forwarder.
|
void |
StatisticsStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-0 DNS forwarder.
|
void |
StatusStub.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier0Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-0 DNS forwarder.
|
void |
Nslookup.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback) |
void |
Nslookup.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier0Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback)
Get IP addresses that belong to this Tier-0 Group.
|
void |
IpAddressesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpAddresses.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyGroupIPMembersListResult> asyncCallback,
InvocationConfig invocationConfig)
Get IP addresses that belong to this Tier-0 Group.
|
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback) |
void |
VirtualMachines.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig)
Get Virtual machines that belong to this Tier-0 Group.
|
void |
VirtualMachinesStub.list(String tier0Id,
String groupId,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<RealizedVirtualMachineListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback)
Delete policy service instance
|
void |
Tier0DeploymentMapsStub.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 interface
|
void |
ByodServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
Tier0DeploymentMaps.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback)
Delete Tier-0 Deployment Map This API has been deprecated.
|
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN service for given locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Session Timer Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
ByodServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback)
Delete BYOD policy service instance
|
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
ServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete policy service instance
|
void |
Tier0DeploymentMapsStub.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 interface
|
void |
ByodServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
InterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
FloodProtectionProfileBindings.delete(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.delete(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-0 Deployment Map This API has been deprecated.
|
void |
ServiceInterfaces.delete(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete service interface
|
void |
L2vpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN service for given locale service.
|
void |
L3vpnsStub.delete(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-0 Logical Router
LocaleServices.
|
void |
ByodServiceInstances.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BYOD policy service instance
|
void |
L2vpnServicesStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for given locale service under Tier-0.
|
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback)
Read BGP routing config
|
void |
BgpStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.get(String tier0Id,
String localeServiceId,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP routing config
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L2VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback) |
void |
L3vpnContext.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnContextStub.get(String tier0Id,
String localeServiceId,
AsyncCallback<L3VpnContext> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback) |
void |
ByodServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback)
Read byod service instance
|
void |
ByodServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read byod service instance
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback)
Get L2VPN service for given locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN service for given locale service.
|
void |
L2vpnServicesStub.get(String tier0Id,
String localeServiceId,
String serviceId,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback)
Read service instance
|
void |
ServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback) |
void |
ServiceInstances.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read service instance
|
void |
ServiceInstancesStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback)
Read service interface
|
void |
ServiceInterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
Read service interface
|
void |
SessionTimerProfileBindings.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-0 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback) |
void |
Tier0DeploymentMaps.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback)
Read a Tier-0 Deployment Map This API has been deprecated.
|
void |
Tier0DeploymentMapsStub.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.get(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Read a Tier-0 Deployment Map This API has been deprecated.
|
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-0 interface
|
void |
InterfacesStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-0 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-0 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier0Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback) |
void |
ByodServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback)
Read all BYOD service instance objects under a tier-0
|
void |
ByodServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ByodPolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all BYOD service instance objects under a tier-0
|
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
IpsecVpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for given locale service under
Tier-0.
|
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback)
Get paginated list of all L2VPN services.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback) |
void |
L2vpnServices.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN services.
|
void |
L2vpnServicesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback)
Read all service instance objects under a tier-0
|
void |
ServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback) |
void |
ServiceInstances.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-0
|
void |
ServiceInstancesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback)
Paginated list of all Service Interfaces
|
void |
ServiceInterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Service Interfaces
|
void |
Tier0DeploymentMapsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback) |
void |
Tier0DeploymentMaps.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback)
Paginated list of all Tier-0 Deployment Entries.
|
void |
Tier0DeploymentMapsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0DeploymentMapListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Deployment Entries.
|
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-0 Interfaces
|
void |
InterfacesStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier0InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback) |
void |
L3vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
String l3vpnSession,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L3VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback)
If an BGP routing config not present, create BGP routing config.
|
void |
BgpStub.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.patch(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an BGP routing config not present, create BGP routing config.
|
void |
ByodServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback) |
void |
ByodServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
ByodServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback)
Create or patch L2VPN service for given locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback) |
void |
L2vpnServices.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch L2VPN service for given locale service.
|
void |
L2vpnServicesStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L3vpns.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.patch(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback)
Create Service Instance.
|
void |
ServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstances.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service Instance.
|
void |
ServiceInstancesStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
SessionTimerProfileBindings.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback) |
void |
Tier0DeploymentMaps.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback)
Asynchronous method overload.
|
void |
Tier0DeploymentMapsStub.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.patch(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
ServiceInstancesStub.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstances.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
ServiceInstancesStub.reauth(String tier0Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String l3vpnId,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback)
If BGP routing config is not already present, create BGP routing config.
|
void |
BgpStub.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Bgp.update(String tier0Id,
String localeServiceId,
BgpRoutingConfig bgpRoutingConfig,
AsyncCallback<BgpRoutingConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP routing config is not already present, create BGP routing config.
|
void |
ByodServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback) |
void |
ByodServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
ByodServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ByodServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
ByodPolicyServiceInstance byodPolicyServiceInstance,
AsyncCallback<ByodPolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create BYOD Service Instance which represent instance of service definition
created on manager.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier0Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-0
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
IpsecVpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for given locale service under Tier-0.
|
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback)
Create or fully replace L2VPN service for given locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback) |
void |
L2vpnServices.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN service for given locale service.
|
void |
L2vpnServicesStub.update(String tier0Id,
String localeServiceId,
String serviceId,
L2VPNService l2VPNService,
AsyncCallback<L2VPNService> asyncCallback,
InvocationConfig invocationConfig) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback) |
void |
L3vpns.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L3vpnsStub.update(String tier0Id,
String localeServiceId,
String l3vpnId,
L3Vpn l3Vpn,
AsyncCallback<L3Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback)
Create service instance.
|
void |
ServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback) |
void |
ServiceInstances.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create service instance.
|
void |
ServiceInstancesStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
ServiceInterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInterfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
ServiceInterface serviceInterface,
AsyncCallback<ServiceInterface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
SessionTimerProfileBindings.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-0 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier0Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMapsStub.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback) |
void |
Tier0DeploymentMaps.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback)
If the passed Tier-0 Deployment Map does not already exist, create a new Tier-0
Deployment Map.
|
void |
Tier0DeploymentMapsStub.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Tier0DeploymentMaps.update(String tier0Id,
String localeServiceId,
String tier0DeploymentMapId,
Tier0DeploymentMap tier0DeploymentMap,
AsyncCallback<Tier0DeploymentMap> asyncCallback,
InvocationConfig invocationConfig)
If the passed Tier-0 Deployment Map does not already exist, create a new Tier-0
Deployment Map.
|
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback) |
void |
Interfaces.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier0Id,
String localeServiceId,
String interfaceId,
Tier0Interface tier0Interface,
AsyncCallback<Tier0Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback)
Delete BGP neighbor config
|
void |
NeighborsStub.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.delete(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback)
Read BGP neighbor config
|
void |
NeighborsStub.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.get(String tier0Id,
String localeServiceId,
String neighborId,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
Read BGP neighbor config
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborConfigListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all BGP neighbor configurations
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.patch(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
void |
NeighborsStub.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
Neighbors.update(String tier0Id,
String localeServiceId,
String neighborId,
BgpNeighborConfig bgpNeighborConfig,
AsyncCallback<BgpNeighborConfig> asyncCallback,
InvocationConfig invocationConfig)
If BGP neighbor config with the neighbor-id is not already present, create a new
neighbor config.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback) |
void |
RoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
AdvertisedRoutes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes advertised by BGP neighbor from all edge transport nodes on which
this neighbor is currently enabled.
|
void |
Routes.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Returns routes learned by BGP neighbor from all edge nodes on which this
neighbor is currently enabled.
|
void |
AdvertisedRoutesStub.list(String tier0Id,
String localeServiceId,
String neighborId,
Long count,
String cursor,
String enforcementPointPath,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<BgpNeighborRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstanceEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback)
Delete policy service instance endpoint
|
void |
ServiceInstanceEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstanceEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete policy service instance endpoint
|
void |
ServiceInstanceEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback)
Read service instance endpoint
|
void |
ServiceInstanceEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback) |
void |
ServiceInstanceEndpoints.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Read service instance endpoint
|
void |
ServiceInstanceEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback)
List all service instance endpoint
|
void |
ServiceInstanceEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback) |
void |
ServiceInstanceEndpoints.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
List all service instance endpoint
|
void |
ServiceInstanceEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<ServiceInstanceEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback)
Create Service instance endpoint.
|
void |
ServiceInstanceEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstanceEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Service instance endpoint.
|
void |
ServiceInstanceEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstanceEndpoints.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback)
Create service instance endpoint with given request if not exist.
|
void |
ServiceInstanceEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback) |
void |
ServiceInstanceEndpoints.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create service instance endpoint with given request if not exist.
|
void |
ServiceInstanceEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String serviceInstanceEndpointId,
ServiceInstanceEndpoint serviceInstanceEndpoint,
AsyncCallback<ServiceInstanceEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VirtualEndpointsStub.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
VirtualEndpoints.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback)
Delete virtual endpoint
|
void |
VirtualEndpointsStub.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.delete(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete virtual endpoint
|
void |
VirtualEndpointsStub.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback) |
void |
VirtualEndpoints.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback)
Read virtual endpoint with given id under given Tier0.
|
void |
VirtualEndpointsStub.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.get(String tier0Id,
String localeServiceId,
String virtualEndpointId,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Read virtual endpoint with given id under given Tier0.
|
void |
VirtualEndpointsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback) |
void |
VirtualEndpoints.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback)
List all virtual endpoints
|
void |
VirtualEndpointsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<VirtualEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
List all virtual endpoints
|
void |
VirtualEndpointsStub.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
VirtualEndpoints.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback)
Create or update virtual endpoint.
|
void |
VirtualEndpointsStub.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.patch(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
void |
VirtualEndpointsStub.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback) |
void |
VirtualEndpoints.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback)
Create or update virtual endpoint.
|
void |
VirtualEndpointsStub.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
VirtualEndpoints.update(String tier0Id,
String localeServiceId,
String virtualEndpointId,
VirtualEndpoint virtualEndpoint,
AsyncCallback<VirtualEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or update virtual endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback)
Get tier0 interface statistics information.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier0 interface statistics information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-0.
|
void |
LocalEndpoints.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-0.
|
void |
LocalEndpointsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-0.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback) |
void |
LocalEndpoints.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-0.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpoints.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-0.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-0.
|
void |
SessionsStub.showsensitivedata(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-0.
|
void |
LocalEndpointsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-0.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.delete(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback) |
void |
L2vpns.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.list(String tier0Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VpnListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback) |
void |
L2vpns.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.patch(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback) |
void |
L2vpns.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
L2vpnsStub.update(String tier0Id,
String localeServiceId,
String l2vpnId,
L2Vpn l2Vpn,
AsyncCallback<L2Vpn> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback)
Asynchronous method overload.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l2vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL2VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session from Peer Codes.
|
void |
SessionsStub.createwithpeercode(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSessionData l2VPNSessionData,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete L2VPN session.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete L2VPN session.
|
void |
SessionsStub.delete(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback)
Get L2VPN session.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Get L2VPN session.
|
void |
SessionsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback)
Get paginated list of all L2VPN sessions.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback) |
void |
Sessions.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all L2VPN sessions.
|
void |
SessionsStub.list(String tier0Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<L2VPNSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback)
Create or patch an L2VPN session.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an L2VPN session.
|
void |
SessionsStub.patch(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback)
Create or fully replace L2VPN session.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback) |
void |
Sessions.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace L2VPN session.
|
void |
SessionsStub.update(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
L2VPNSession l2VPNSession,
AsyncCallback<L2VPNSession> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback)
Get peer config for the L2VPN session to configure the remote side of the
tunnel.
|
void |
PeerConfigStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
PeerConfig.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
AsyncCallback<AggregateL2VPNSessionPeerConfig> asyncCallback,
InvocationConfig invocationConfig)
Get peer config for the L2VPN session to configure the remote side of the
tunnel.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier0Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateL2VPNSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed tatus is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback)
Asynchronous method overload.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String l3vpnId,
String enforcementPointPath,
AsyncCallback<AggregateL3VpnStatistics> asyncCallback,
InvocationConfig invocationConfig)
Asynchronous method overload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier0Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback)
Delete NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback)
Get NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier0Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback)
List NAT Rules from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback) |
void |
NatRules.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier0Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback) |
void |
Statistics.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback)
List NAT Rules Statistics from Tier-0 denoted by Tier-0 ID.
|
void |
StatisticsStub.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier0Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-0 denoted by Tier-0 ID.
|
void |
NatRules.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback)
If a NAT Rule is not already present on Tier-0 denoted by Tier-0 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-0 denoted by Tier-0 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback)
Update NAT Rule on Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-0 denoted by Tier-0 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier0Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback)
Get NAT Rule Statistics from Tier-0 denoted by Tier-0 ID, under NAT section
denoted by
|
void |
StatisticsStub.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier0Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-0 denoted by Tier-0 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Perform the specified action for Tier0 DNS forwarder on specified enforcement
point.
|
void |
DnsForwarderStub.create(String tier1Id,
String action,
String enforcementPointPath,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete DNS configuration for tier-1 instance
|
void |
DnsForwarderStub.delete(String tier1Id,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router.
|
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete segment
|
void |
SessionTimerProfileBindings.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Session Timer Profile Binding for Tier-1 Logical Router.
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServicesStub.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router.
|
void |
StaticRoutes.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 static routes
|
void |
StaticRoutesStub.delete(String tier1Id,
String routeId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API deletes IPFIX Switch Collection Instance.Flow forwarding to selected
collector will be stopped.
|
void |
LocaleServices.delete(String tier1Id,
String localeServicesId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 locale-services
|
void |
Segments.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete segment
|
void |
SessionTimerProfileBindings.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router.
|
void |
SegmentsStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstancesStub.delete(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
Segments.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Force delete bypasses validations during segment deletion.
|
void |
SegmentsStub.delete0(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Read the DNS Forwarder for the given tier-1 instance
|
void |
DnsForwarderStub.get(String tier1Id,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router.
|
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router.
|
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
API will return details of IPFIX switch collection.
|
void |
IpfixSwitchCollectionInstancesStub.get(String tier1Id,
String ipfixSwitchCollectionInstanceId,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback)
Read Tier-1 locale-services
|
void |
LocaleServicesStub.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.get(String tier1Id,
String localeServicesId,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 locale-services
|
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
Read segment
|
void |
SegmentsStub.get(String tier1Id,
String segmentId,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 static routes
|
void |
StaticRoutesStub.get(String tier1Id,
String routeId,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback) |
void |
State.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig)
Returns
|
void |
StateStub.get(String tier1Id,
String cursor,
String enforcementPointPath,
String includedFields,
String interfacePath,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1GatewayState> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1.
|
void |
GatewayFirewallStub.list(String tier1Id,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback) |
void |
IpfixSwitchCollectionInstances.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
API provides list IPFIX Switch collection instances available on selected
logical switch.
|
void |
IpfixSwitchCollectionInstancesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPFIXSwitchCollectionInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback)
Paginated list of all Tier-1 locale-services
|
void |
LocaleServicesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<LocaleServicesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 locale-services
|
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback) |
void |
Segments.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all segments under Tier-1 instance
|
void |
SegmentsStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback) |
void |
StaticRoutes.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 Static Routes
|
void |
StaticRoutesStub.list(String tier1Id,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<StaticRoutesListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback) |
void |
DnsForwarder.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.patch(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback) |
void |
IpfixSwitchCollectionInstances.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new IPFIX switch collection instance if the IPFIX switch collection
instance with given id does not already exist.
|
void |
IpfixSwitchCollectionInstancesStub.patch(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
LocaleServicesStub.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.patch(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale services.
|
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback) |
void |
Segments.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.patch(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback) |
void |
StaticRoutes.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.patch(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback) |
void |
DnsForwarder.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig)
Create or update the DNS Forwarder
|
void |
DnsForwarderStub.update(String tier1Id,
PolicyDnsForwarder policyDnsForwarder,
AsyncCallback<PolicyDnsForwarder> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router.
|
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback) |
void |
IpfixSwitchCollectionInstances.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig)
Create or replace IPFIX switch collection instance.
|
void |
IpfixSwitchCollectionInstancesStub.update(String tier1Id,
String ipfixSwitchCollectionInstanceId,
IPFIXSwitchCollectionInstance iPFIXSwitchCollectionInstance,
AsyncCallback<IPFIXSwitchCollectionInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
LocaleServicesStub.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocaleServices.update(String tier1Id,
String localeServicesId,
LocaleServices localeServices,
AsyncCallback<LocaleServices> asyncCallback,
InvocationConfig invocationConfig)
If a Tier-1 locale services with the locale-services-id is not already present,
create a new locale-services.
|
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback) |
void |
Segments.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig)
If segment with the segment-id is not already present, create a new segment.
|
void |
SegmentsStub.update(String tier1Id,
String segmentId,
Segment segment,
AsyncCallback<Segment> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback) |
void |
StaticRoutes.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig)
If static routes for route-id are not already present, create static routes.
|
void |
StaticRoutesStub.update(String tier1Id,
String routeId,
StaticRoutes staticRoutes,
AsyncCallback<StaticRoutes> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback)
Get statistics of tier-1 DNS forwarder.
|
void |
StatisticsStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback)
Get current status of tier-1 DNS forwarder.
|
void |
StatusStub.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
Status.get(String tier1Id,
String enforcementPointPath,
AsyncCallback<AggregateDNSForwarderStatus> asyncCallback,
InvocationConfig invocationConfig)
Get current status of tier-1 DNS forwarder.
|
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback) |
void |
Nslookup.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig)
Query the nameserver for an ip-address or a FQDN of the given an address
optionally using an specified DNS server.
|
void |
NslookupStub.get(String tier1Id,
String address,
String enforcementPointPath,
AsyncCallback<AggregatePolicyDnsAnswer> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceInstances.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback)
Delete Tier1 policy service instance
|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstancesStub.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback)
API will delete Session Timer Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier1 policy service instance
|
void |
Interfaces.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete Tier-1 interface
|
void |
InterfacesStub.delete(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
ServiceInstancesStub.delete(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.delete(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Flood Protection Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Session Timer Profile Binding for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.delete(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.delete(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN service for a given locale service under Tier-1.
|
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.get(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Flood Protection Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
IpsecVpnServicesStub.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback)
Get IPSec VPN service for a given locale service under Tier-1.
|
void |
IpsecVpnServicesStub.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.get(String tier1Id,
String localeServiceId,
String serviceId,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback)
Read Tier1 service instance
|
void |
ServiceInstancesStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback) |
void |
ServiceInstances.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Read Tier1 service instance
|
void |
ServiceInstancesStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Session Timer Profile Binding Map for Tier-1 Logical Router
LocaleServices.
|
void |
SessionTimerProfileBindingsStub.get(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
Read Tier-1 interface
|
void |
InterfacesStub.get(String tier1Id,
String localeServicesId,
String interfaceId,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback) |
void |
GatewayFirewall.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig)
Get filtered view of Gateway Firewall rules associated with the Tier-1 Locale
Services.
|
void |
GatewayFirewallStub.list(String tier1Id,
String localeServicesId,
AsyncCallback<GatewayPolicyListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServicesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback) |
void |
IpsecVpnServices.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback)
Get paginated list of all IPSec VPN services for a given locale service under
Tier-1.
|
void |
IpsecVpnServicesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnServiceListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN services for a given locale service under
Tier-1.
|
void |
ServiceInstances.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback)
Read all service instance objects under a tier-1
|
void |
ServiceInstancesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback) |
void |
ServiceInstances.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig)
Read all service instance objects under a tier-1
|
void |
ServiceInstancesStub.list(String tier1Id,
String localeServiceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyServiceInstanceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback) |
void |
Interfaces.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig)
Paginated list of all Tier-1 interfaces
|
void |
InterfacesStub.list(String tier1Id,
String localeServicesId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<Tier1InterfaceListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.patch(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback) |
void |
IpsecVpnServices.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback)
Create or patch IPSec VPN service for a given locale service under Tier-1.
|
void |
IpsecVpnServicesStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.patch(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch IPSec VPN service for a given locale service under Tier-1.
|
void |
ServiceInstances.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback)
Create Tier1 Service Instance.
|
void |
ServiceInstancesStub.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback) |
void |
ServiceInstances.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create Tier1 Service Instance.
|
void |
ServiceInstancesStub.patch(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SessionTimerProfileBindings.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.patch(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback) |
void |
Interfaces.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.patch(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
FloodProtectionProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
FloodProtectionProfileBindings.update(String tier1Id,
String localeServicesId,
String floodProtectionProfileBindingId,
FloodProtectionProfileBindingMap floodProtectionProfileBindingMap,
AsyncCallback<FloodProtectionProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Flood Protection profile binding map for Tier-1
Logical Router LocaleServices.
|
void |
IpsecVpnServicesStub.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback) |
void |
IpsecVpnServices.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback)
Create or fully replace IPSec VPN service for a given locale service under
Tier-1.
|
void |
IpsecVpnServicesStub.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig) |
void |
IpsecVpnServices.update(String tier1Id,
String localeServiceId,
String serviceId,
IPSecVpnService ipSecVpnService,
AsyncCallback<IPSecVpnService> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN service for a given locale service under
Tier-1.
|
void |
ServiceInstances.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback)
Create Tier1 service instance.
|
void |
ServiceInstancesStub.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback) |
void |
ServiceInstances.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig)
Create Tier1 service instance.
|
void |
ServiceInstancesStub.update(String tier1Id,
String localeServiceId,
String serviceInstanceId,
PolicyServiceInstance policyServiceInstance,
AsyncCallback<PolicyServiceInstance> asyncCallback,
InvocationConfig invocationConfig) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback) |
void |
SessionTimerProfileBindings.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or update Session Timer profile binding map for Tier-1 Logical
Router LocaleServices.
|
void |
SessionTimerProfileBindingsStub.update(String tier1Id,
String localeServicesId,
String sessionTimerProfileBindingId,
SessionTimerProfileBindingMap sessionTimerProfileBindingMap,
AsyncCallback<SessionTimerProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback) |
void |
Interfaces.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig)
If an interface with the interface-id is not already present, create a new
interface.
|
void |
InterfacesStub.update(String tier1Id,
String localeServicesId,
String interfaceId,
Tier1Interface tier1Interface,
AsyncCallback<Tier1Interface> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback)
Get tier1 interface statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String interfaceId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyInterfaceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 interface statistics information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Sessions.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN session for a given locale service under Tier-1.
|
void |
LocalEndpoints.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback)
Delete IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
SessionsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpointsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN session for a given locale service under Tier-1.
|
void |
LocalEndpoints.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
SessionsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpointsStub.delete(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Get IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
LocalEndpointsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN local endpoint for a given locale service under Tier-1.
|
void |
LocalEndpointsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-1.
|
void |
SessionsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session without sensitive data for a given locale service under
Tier-1.
|
void |
SessionsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback) |
void |
LocalEndpoints.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN local endpoints for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnLocalEndpointListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-1.
|
void |
SessionsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback) |
void |
Sessions.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig)
Get paginated list of all IPSec VPN sessions for a given locale service under
Tier-1.
|
void |
SessionsStub.list(String tier1Id,
String localeServiceId,
String serviceId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<IPSecVpnSessionListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback) |
void |
LocalEndpoints.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch a custom IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback)
Create or patch an IPSec VPN session for a given locale service under Tier-1.
|
void |
SessionsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback) |
void |
Sessions.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create or patch an IPSec VPN session for a given locale service under Tier-1.
|
void |
SessionsStub.patch(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback)
Get IPSec VPN session with senstive data for a given locale service under
Tier-1.
|
void |
SessionsStub.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get IPSec VPN session with senstive data for a given locale service under
Tier-1.
|
void |
SessionsStub.showsensitivedata(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
LocalEndpoints.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback) |
void |
LocalEndpoints.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN local endpoint for a given locale service
under Tier-1.
|
void |
LocalEndpointsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String localEndpointId,
IPSecVpnLocalEndpoint ipSecVpnLocalEndpoint,
AsyncCallback<IPSecVpnLocalEndpoint> asyncCallback,
InvocationConfig invocationConfig) |
void |
Sessions.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback)
Create or fully replace IPSec VPN session for a given locale service under
Tier-1.
|
void |
SessionsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback) |
void |
Sessions.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Create or fully replace IPSec VPN session for a given locale service under
Tier-1.
|
void |
SessionsStub.update(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
Structure ipSecVpnSession,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatistics> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: statistics are evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
void |
DetailedStatusStub.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig) |
void |
DetailedStatus.get(String tier1Id,
String localeServiceId,
String serviceId,
String sessionId,
String enforcementPointPath,
String source,
AsyncCallback<AggregateIPSecVpnSessionStatus> asyncCallback,
InvocationConfig invocationConfig)
- no enforcement point path specified: detailed status is evaluated on each
enforcement point.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
void |
StatisticsStub.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String localeServiceId,
String serviceInstanceId,
String enforcementPointPath,
AsyncCallback<PolicyServiceInstanceStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get statistics for all data NICs on all runtimes associated with this Tier1
PolicyServiceInstance.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.delete(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.get(String tier1Id,
String natId,
String natRuleId,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback) |
void |
NatRules.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules from Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.list(String tier1Id,
String natId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
StatisticsStub.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String cursor,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PolicyNatRuleStatisticsPerLogicalRouterListResult> asyncCallback,
InvocationConfig invocationConfig)
List NAT Rules Statistics from Tier-1 denoted by Tier-1 ID.
|
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback) |
void |
NatRules.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
If a NAT Rule is not already present on Tier-1 denoted by Tier-1 ID, under NAT
section denoted by
|
void |
NatRulesStub.patch(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback) |
void |
NatRules.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig)
Update NAT Rule on Tier-1 denoted by Tier-1 ID, under NAT section denoted by
|
void |
NatRulesStub.update(String tier1Id,
String natId,
String natRuleId,
PolicyNatRule policyNatRule,
AsyncCallback<PolicyNatRule> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
void |
StatisticsStub.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.list(String tier1Id,
String natId,
String natRuleId,
String enforcementPointPath,
AsyncCallback<PolicyNatRuleStatisticsListResult> asyncCallback,
InvocationConfig invocationConfig)
Get NAT Rule Statistics from Tier-1 denoted by Tier-1 ID, under NAT section
denoted by
|
| Modifier and Type | Method and Description |
|---|---|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback)
Delete static ARP config
|
void |
StaticArpStub.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.delete(String tier1Id,
String segmentId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete static ARP config
|
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortsStub.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Monitoring Profile Binding Profile.
|
void |
SegmentSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.delete(String tier1Id,
String segmentId,
String portId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Delete a Tier-1 segment port by giving ID.
|
void |
SegmentSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete segment security profile binding map.
|
void |
SegmentQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment QoS Profile Binding Profile.
|
void |
SegmentDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Segment Discovery Profile Binding Profile
|
void |
SegmentQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback)
Read static ARP config
|
void |
StaticArpStub.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.get(String tier1Id,
String segmentId,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Read static ARP config
|
void |
SegmentDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback)
API will get Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
PortsStub.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.get(String tier1Id,
String segmentId,
String portId,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Get detail information on a Tier-1 segment port by giving ID.
|
void |
SegmentQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback) |
void |
SegmentQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback)
API will return details of the segment security profile binding map.
|
void |
SegmentSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the segment security profile binding map.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback)
Get tier1 segment statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment statistics information.
|
void |
SegmentDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback)
API will list all Segment Discovery Profile Binding Maps in current segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Discovery Profile Binding Maps in current segment id.
|
void |
SegmentDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment Monitoring Profile Binding Maps in current segment id.
|
void |
SegmentMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback)
List all the ports for a Tier-1 segment.
|
void |
PortsStub.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.list(String tier1Id,
String segmentId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortListResult> asyncCallback,
InvocationConfig invocationConfig)
List all the ports for a Tier-1 segment.
|
void |
SegmentQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback) |
void |
SegmentQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Segment QoS Profile Binding Maps in current segment id.
|
void |
SegmentQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback)
API will list all segment security profile binding maps.
|
void |
SegmentSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all segment security profile binding maps.
|
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.patch(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment monitoring profile binding map.
|
void |
SegmentMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
PortsStub.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.patch(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object fields which presents in
the request body.
|
void |
SegmentQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create segment QoS profile binding map.
|
void |
SegmentQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
SegmentSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new segment security profile binding map if the given security profile
binding map does not exist.
|
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
StaticArpStub.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig) |
void |
StaticArp.update(String tier1Id,
String segmentId,
StaticARPConfig staticARPConfig,
AsyncCallback<StaticARPConfig> asyncCallback,
InvocationConfig invocationConfig)
Create static ARP config with Tier-1 and segment IDs provided if it doesn't
exist, update with provided config if it's already created.
|
void |
SegmentDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback)
API will update Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback) |
void |
SegmentDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Discovery Profile Binding Map
|
void |
SegmentDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentDiscoveryProfileBindingMapId,
SegmentDiscoveryProfileBindingMap segmentDiscoveryProfileBindingMap,
AsyncCallback<SegmentDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback) |
void |
SegmentMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment Monitoring Profile Binding Map.
|
void |
SegmentMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentMonitoringProfileBindingMapId,
SegmentMonitoringProfileBindingMap segmentMonitoringProfileBindingMap,
AsyncCallback<SegmentMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
PortsStub.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig) |
void |
Ports.update(String tier1Id,
String segmentId,
String portId,
SegmentPort segmentPort,
AsyncCallback<SegmentPort> asyncCallback,
InvocationConfig invocationConfig)
Create a Tier-1 segment port if it does not exist based on the IDs, or update
existing port information by replacing the port object already exists.
|
void |
SegmentQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback) |
void |
SegmentQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Segment QoS Profile Binding Map.
|
void |
SegmentQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentQosProfileBindingMapId,
SegmentQosProfileBindingMap segmentQosProfileBindingMap,
AsyncCallback<SegmentQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback) |
void |
SegmentSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback)
API will create or replace segment security profile binding map.
|
void |
SegmentSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
SegmentSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String segmentSecurityProfileBindingMapId,
SegmentSecurityProfileBindingMap segmentSecurityProfileBindingMap,
AsyncCallback<SegmentSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace segment security profile binding map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortSecurityProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete the port security profile binding map.
|
void |
PortDiscoveryProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Discovery Profile Binding Profile
|
void |
PortQosProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port QoS Profile Binding Profile.
|
void |
PortMonitoringProfileBindingMaps.delete(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will delete Port Monitoring Profile Binding Profile.
|
void |
PortSecurityProfileBindingMapsStub.delete(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback)
API will get Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will get Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback) |
void |
PortQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback)
API will get Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will get Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback) |
void |
PortSecurityProfileBindingMaps.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will return details of the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.get(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback)
Get tier1 segment port statistics information.
|
void |
StatisticsStub.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig) |
void |
Statistics.get(String tier1Id,
String segmentsId,
String portId,
String cursor,
String edgePath,
String enforcementPointPath,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<SegmentPortStatistics> asyncCallback,
InvocationConfig invocationConfig)
Get tier1 segment port statistics information.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback)
API will list all Port Discovery Profile Binding Maps in current port id.
|
void |
PortDiscoveryProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortDiscoveryProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Discovery Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortMonitoringProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
Boolean includeMarkForDeleteObjects,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortMonitoringProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port Monitoring Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback) |
void |
PortQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortQosProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortQosProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all Port QoS Profile Binding Maps in current port id.
|
void |
PortSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback) |
void |
PortSecurityProfileBindingMaps.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig)
API will list all port security profile binding maps.
|
void |
PortSecurityProfileBindingMapsStub.list(String tier1Id,
String segmentId,
String portId,
String cursor,
String includedFields,
Long pageSize,
Boolean sortAscending,
String sortBy,
AsyncCallback<PortSecurityProfileBindingMapListResult> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback)
API will create Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
API will create Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback) |
void |
PortSecurityProfileBindingMaps.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Create a new port security profile binding map if the given security profile
binding map does not exist.
|
void |
PortSecurityProfileBindingMapsStub.patch(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback) |
void |
PortDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback)
API will update Port Discovery Profile Binding Map
|
void |
PortDiscoveryProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortDiscoveryProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portDiscoveryProfileBindingMapId,
PortDiscoveryProfileBindingMap portDiscoveryProfileBindingMap,
AsyncCallback<PortDiscoveryProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Discovery Profile Binding Map
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback)
API will update Port Monitoring Profile Binding Map.
|
void |
PortMonitoringProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortMonitoringProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portMonitoringProfileBindingMapId,
PortMonitoringProfileBindingMap portMonitoringProfileBindingMap,
AsyncCallback<PortMonitoringProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port Monitoring Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback) |
void |
PortQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback)
API will update Port QoS Profile Binding Map.
|
void |
PortQosProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
void |
PortQosProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portQosProfileBindingMapId,
PortQosProfileBindingMap portQosProfileBindingMap,
AsyncCallback<PortQosProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will update Port QoS Profile Binding Map.
|
void |
PortSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback) |
void |
PortSecurityProfileBindingMaps.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig)
API will create or replace the port security profile binding map.
|
void |
PortSecurityProfileBindingMapsStub.update(String tier1Id,
String segmentId,
String portId,
String portSecurityProfileBindingMapId,
PortSecurityProfileBindingMap portSecurityProfileBindingMap,
AsyncCallback<PortSecurityProfileBindingMap> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Response.get(String taskId,
AsyncCallback<Structure> asyncCallback)
Get the response of a task
|
void |
ResponseStub.get(String taskId,
AsyncCallback<Structure> asyncCallback) |
void |
Response.get(String taskId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Get the response of a task
|
void |
ResponseStub.get(String taskId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
Widgetconfigurations.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
WidgetconfigurationsStub.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback) |
void |
Widgetconfigurations.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Creates a new Widget Configuration and adds it to the specified view.
|
void |
WidgetconfigurationsStub.create(String viewId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback)
Detaches widget from a given view.
|
void |
WidgetconfigurationsStub.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback) |
void |
Widgetconfigurations.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Detaches widget from a given view.
|
void |
WidgetconfigurationsStub.delete(String viewId,
String widgetconfigurationId,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
void |
WidgetconfigurationsStub.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback) |
void |
Widgetconfigurations.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback,
InvocationConfig invocationConfig)
If no query params are specified then all the Widget Configurations of the
specified view are returned.
|
void |
WidgetconfigurationsStub.get(String viewId,
String container,
String widgetIds,
AsyncCallback<WidgetConfigurationList> asyncCallback,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback)
Returns Information about a specific Widget Configuration.
|
void |
WidgetconfigurationsStub.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback) |
void |
Widgetconfigurations.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Returns Information about a specific Widget Configuration.
|
void |
WidgetconfigurationsStub.get0(String viewId,
String widgetconfigurationId,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
void |
Widgetconfigurations.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback)
Updates the widget at the given view.
|
void |
WidgetconfigurationsStub.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback) |
void |
Widgetconfigurations.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig)
Updates the widget at the given view.
|
void |
WidgetconfigurationsStub.update(String viewId,
String widgetconfigurationId,
Structure widgetConfiguration,
AsyncCallback<Structure> asyncCallback,
InvocationConfig invocationConfig) |
| Modifier and Type | Method and Description |
|---|---|
void |
VersionWhitelistStub.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback) |
void |
VersionWhitelist.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback)
Get whitelist of versions for a component.
|
void |
VersionWhitelistStub.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.get(String componentType,
AsyncCallback<AcceptableComponentVersion> asyncCallback,
InvocationConfig invocationConfig)
Get whitelist of versions for a component.
|
void |
VersionWhitelistStub.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback) |
void |
VersionWhitelist.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback)
Get whitelist of versions for different components
|
void |
VersionWhitelistStub.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.list(AsyncCallback<AcceptableComponentVersionList> asyncCallback,
InvocationConfig invocationConfig)
Get whitelist of versions for different components
|
void |
VersionWhitelistStub.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback) |
void |
VersionWhitelist.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback)
Update the version whitelist for the specified component type (HOST, EDGE, CCP,
MP).
|
void |
VersionWhitelistStub.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig) |
void |
VersionWhitelist.update(String componentType,
VersionList versionList,
AsyncCallback<Void> asyncCallback,
InvocationConfig invocationConfig)
Update the version whitelist for the specified component type (HOST, EDGE, CCP,
MP).
|
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncCallbackFuture<T>
Utility which is both an asynchronous callback and a future.
|
class |
AsyncCallbackSyncAdapter<T>
This utility provides a synchronous view of an asynchronous callback.
|
Copyright © 2020. All rights reserved.